- 18 Nov, 2017 1 commit
-
-
Luís Cobucci authored
-
- 19 Oct, 2017 5 commits
-
-
Marco Pivetta authored
Proofread types doc
-
Grégoire Paris authored
-
Grégoire Paris authored
-
Grégoire Paris authored
-
Grégoire Paris authored
It seems to be the case in the rest of this document.
-
- 03 Oct, 2017 4 commits
-
-
Marco Pivetta authored
Tenant documentation typos
-
Marco Pivetta authored
Doc typos and grammar
-
Phil Davis authored
-
Phil Davis authored
-
- 24 Sep, 2017 2 commits
-
-
Marco Pivetta authored
fixed typo into security documentation
-
Alessandro Minoccheri authored
-
- 15 Sep, 2017 2 commits
-
-
Marco Pivetta authored
Add iterators for non pdo drivers.
-
Ian Jenkins authored
-
- 14 Sep, 2017 11 commits
-
-
Ian Jenkins authored
-
Ian Jenkins authored
-
Ian Jenkins authored
statements in a rewindable iterator. Skipped the test for iterating multiple times with a message regarding that iterators are non rewindable.
-
Ian Jenkins authored
-
Ian Jenkins authored
-
Ian Jenkins authored
-
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 2 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
-