- 05 Jul, 2017 1 commit
-
-
Tobias Schultze authored
Fixes #2760
-
- 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 15 commits
-
-
Marco Pivetta authored
Fix documentation format regarding retryable exceptions
-
Davide Santangelo authored
-
Marco Pivetta authored
Add documentation regarding transactional exceptions
-
Davide Santangelo authored
-
Luís Cobucci authored
Move coverage session to sqlite.travis.xml file
-
Jefersson Nathan authored
-
Jefersson Nathan authored
-
Marco Pivetta authored
Generate code coverage via phpunit
-
Jefersson Nathan authored
-
Marco Pivetta authored
Add scrutinizer to the CI
-
Jefersson Nathan authored
-
Marco Pivetta authored
Close #2730
-
mondrake authored
-
mondrake authored
-
Jefersson Nathan authored
-
- 28 Jun, 2017 1 commit
-
-
Marco Pivetta authored
Require PHP 7.1
-
- 26 Jun, 2017 2 commits
-
-
Luís Cobucci authored
-
Luís Cobucci authored
-
- 23 Jun, 2017 4 commits
-
-
Marco Pivetta authored
Connection: Support IS NULL in update/delete criteria
-
Jonathan Vollebregt authored
-
Jonathan Vollebregt authored
-
Jonathan Vollebregt authored
If you pass a null to the where array of update or delete it's pretty obvious what you want. Most (all?) databases won't match anything if you actually try to compare with NULL making this a silent failure without it.
-
- 20 Jun, 2017 4 commits
-
-
Marco Pivetta authored
fixed array declarations
-
Marco Pivetta authored
Correct param comment
-
helsner authored
The param comment is currently set to string, which is wrong. The correct hint would be integer/int
-
Alessandro Minoccheri authored
-
- 13 Jun, 2017 2 commits
-
-
Marco Pivetta authored
Fixed all array declarations inside Driver dir
-
Alessandro Minoccheri authored
-
- 08 Jun, 2017 2 commits
-
-
Marco Pivetta authored
Correct classes referenced in the Driver implementation details in the documentation
-
b0nd0 authored
One class missed and one non-existing in example at "Supporting Other Databases" page.
-
- 06 Jun, 2017 6 commits
-
-
Marco Pivetta authored
Normalize method signatures for `fetch()` and `fetchAll()`
-
Javier Spagnoletti authored
-
Marco Pivetta authored
Wrong class used in documentation - referenced `Driver` instead of `Driver\Connection`
-
Javier Spagnoletti authored
-
Javier Spagnoletti authored
-
Javier Spagnoletti authored
-