- 29 Jun, 2017 13 commits
-
-
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 7 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
-
b0nd0 authored
At lest it looks like one to me.
-
- 01 Jun, 2017 3 commits
-
-
Marco Pivetta authored
Table->getColumns() performance
-
Marco Pivetta authored
Fix type annotations for quote() of Connection interface
-
Marco Pivetta authored
Optimize and improve parameter conversion in OCI8Statement
-
- 24 May, 2017 1 commit
-
-
Sergei Morozov authored
1. Reworked the parser syntax to use proper Oracle escaping syntax as '' instead of \'. 2. Moved valid tests to the Functional section to ensure correct SQL syntax and logic.
-
- 22 May, 2017 1 commit
-
-
Christian Kuhn authored
Single drivers get and return various types in quote(), the interface docs should reflect that.
-