- 14 Sep, 2017 5 commits
-
-
Ian Jenkins authored
Only added to mysqli for now, can add to other drivers (assuming they support reseting the pointer in some way) after feedback.
-
Ian Jenkins authored
Test fails because it's not possible to reuse a generator in this way.
-
Ian Jenkins authored
-
Ian Jenkins authored
I don't really understand the mysqli driver too much and the changes break the tests so undo using an iterator for this particular driver.
-
Ian Jenkins authored
Allows result sets to be iterated over without running out of memory on large data sets.
-
- 12 Sep, 2017 1 commit
-
-
Luís Cobucci authored
Style improvements
-
- 11 Sep, 2017 10 commits
-
-
Grégoire Paris authored
-
Grégoire Paris authored
-
Marco Pivetta authored
use newer PHP syntax
-
Alessandro Minoccheri authored
-
Marco Pivetta authored
use newer PHP syntax
-
Alessandro Minoccheri authored
-
Marco Pivetta authored
Stop relying on Type::__toString
-
Grégoire Paris authored
It is a somewhat fragile thing to do.
-
Grégoire Paris authored
It groups things naturally.
-
Marco Pivetta authored
Test default value declaration for the date type
-
- 10 Sep, 2017 2 commits
-
-
Grégoire Paris authored
It was not covered, probably because it was hard to do something generic. I choose to duplicate some tests instead, so that things stay relatively simple.
-
Marco Pivetta authored
Update build to use stages (adding PHPCS to check for CS violations)
-
- 09 Sep, 2017 5 commits
-
-
Luís Cobucci authored
Modifying Travis-CI configuration to use build stages and removing explicit MySQL 5.6 execution (it's default now). PHPCS is running with PHP nightly version so we can have it failing for now.
-
Luís Cobucci authored
-
Luís Cobucci authored
-
Luís Cobucci authored
-
Luís Cobucci authored
This is now mandatory on the new Travis-CI containers.
-
- 31 Aug, 2017 2 commits
-
-
Marco Pivetta authored
use intended semantics
-
Grégoire Paris authored
I think distinguish was the intended meaning here, not dismantle.
-
- 28 Aug, 2017 4 commits
-
-
Marco Pivetta authored
#2821 replacing `@group` annotations with proper references, since DBAL-* issues are from JIRA, not Github
-
Marco Pivetta authored
Close #2821
-
Marco Pivetta authored
-
Marco Pivetta authored
-
- 27 Aug, 2017 2 commits
-
-
Kim Hemsø Rasmussen authored
-
Kim Hemsø Rasmussen authored
Added upgrade notice about BC break. Cleanups
-
- 24 Aug, 2017 2 commits
-
-
Kim Hemsø Rasmussen authored
Changed DBALException::invalidPlatformSpecified() exception to be more detailed about what was given.
-
Kim Hemsø Rasmussen authored
Fixed cs issues
-
- 22 Aug, 2017 2 commits
-
-
Kim Hemsø Rasmussen authored
-
Kim Hemsø Rasmussen authored
-
- 18 Aug, 2017 2 commits
-
-
Marco Pivetta authored
fixing issue #2814
-
Bertold von Dormilich authored
Replaced the code examples for `set()` to show that the value parameter is not escaped and thus could pose an SQL injection vulnerability.
-
- 07 Aug, 2017 2 commits
-
-
Marco Pivetta authored
fixed return type into OCI8Statement
-
Alessandro Minoccheri authored
-
- 03 Aug, 2017 1 commit
-
-
Marco Pivetta authored
Fix `CompositeExpression#add()` optimization, which was leading to bbroken `CompositeExpression` instances
-