- 03 Aug, 2017 5 commits
-
-
Marco Pivetta authored
add @throws declarations to docs in Connection
-
Marco Pivetta authored
Fix PSR2 rules : "the static declaration should come after visibility"
-
Marco Pivetta authored
Fix Shard Manager docs with more accurate docblocks in `SQLAzureShardManager` and `PoolingShardManager`
-
Matthias Derer authored
-
Matthias Derer authored
In a few cases methods in Connection may throw a DBALException which isn't declared in the docblock. As the Connection class is heavily used by third party code, this code runs the risk of ignoring those exceptions instead of handling them. While it is technically not required to declare exceptions in PHP, it is highly recommended, especially in public APIs.
-
- 31 Jul, 2017 1 commit
-
-
Marco Pivetta authored
[TASK] Fix articles of words sounding with a consonant
-
- 28 Jul, 2017 5 commits
-
-
Jean-Baptiste Noblot authored
-
Jean-Baptiste Noblot authored
Fix PSR2 rules : "As per PSR2, the static declaration should come after the visibility declaration."
-
Marco Pivetta authored
Close #2794
-
Marco Pivetta authored
-
Marco Pivetta authored
-
- 27 Jul, 2017 2 commits
-
-
Marco Pivetta authored
#2794 allowing `DateTimeImmutable` instances when converting in mutable date types - reverts unintentional BC break
-
Marco Pivetta authored
#2794 adding tests verifying the regression, `DateTimeImmutable` should STILL work, even if unintentionally
-
- 26 Jul, 2017 1 commit
-
-
Adrian Föder authored
-
- 23 Jul, 2017 3 commits
-
-
Marco Pivetta authored
-
Marco Pivetta authored
-
Marco Pivetta authored
-
- 22 Jul, 2017 4 commits
-
-
Marco Pivetta authored
-
Marco Pivetta authored
Add all missing MariaDb keywords to MySQL
-
Marco Pivetta authored
this check does not make sense
-
Marco Pivetta authored
Stop using deprecated "json_array" type
-
- 21 Jul, 2017 3 commits
-
-
Marco Pivetta authored
fixed array declarations inside tools directory
-
Marco Pivetta authored
AbstractMySQLDriver - Map 1429 to ConnectionException
-
SpacePossum authored
-
- 20 Jul, 2017 1 commit
-
-
Luís Cobucci authored
-
- 19 Jul, 2017 2 commits
-
-
Luís Cobucci authored
Since it was deprecated.
-
Luís Cobucci authored
-
- 13 Jul, 2017 1 commit
-
-
Alessandro Minoccheri authored
-
- 12 Jul, 2017 1 commit
-
-
Marco Pivetta authored
Use short array declarations
-
- 10 Jul, 2017 1 commit
-
-
Alessandro Minoccheri authored
-
- 09 Jul, 2017 2 commits
-
-
Marco Pivetta authored
fixed array declarations inside Query directory
-
Alessandro Minoccheri authored
-
- 05 Jul, 2017 3 commits
-
-
Marco Pivetta authored
Fix exception reference in documentation
-
Tobias Schultze authored
Fixes #2760
-
Roel van Duijnhoven authored
As can be found in https://mariadb.com/kb/en/mariadb/reserved-words/.
-
- 02 Jul, 2017 1 commit
-
-
Marco Pivetta authored
Fix date interval database value truncation (string overflow)
-
- 01 Jul, 2017 2 commits
-
-
Luís Cobucci authored
Add mysql versions 5.6 and 5.7 to travis-ci Fixes #2755 Fixes #2757
-
Jos Elstgeest authored
-
- 29 Jun, 2017 2 commits
-
-
Marco Pivetta authored
Fix documentation format regarding retryable exceptions
-
Davide Santangelo authored
-