Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Declare PDORow::queryString property | Máté Kocsis | 2021-03-17 | 1 | -2/+2 |
* | Use standard PDO way for fetching integer attribute values | George Peter Banyard | 2021-03-17 | 1 | -4/+12 |
* | Allow specifying sqlite3 DSN (file:/) in PDO SQLite | tzmfreedom | 2021-01-25 | 2 | -0/+68 |
* | Support native types in PDO SQLite | Nikita Popov | 2020-12-23 | 7 | -12/+58 |
* | Rewrite PDO result binding | Nikita Popov | 2020-12-22 | 2 | -5/+5 |
* | Merge branch 'PHP-8.0' | Máté Kocsis | 2020-10-12 | 1 | -2/+2 |
|\ | |||||
| * | Improve parameter names in ext/pdo_sqlite | Máté Kocsis | 2020-10-12 | 1 | -2/+2 |
* | | Add GC support for PDO driver data | Nikita Popov | 2020-10-12 | 1 | -0/+24 |
|/ | |||||
* | Make various failure conditions in PDO unconditional errors | George Peter Banyard | 2020-09-28 | 2 | -56/+78 |
* | Run tidy | Nikita Popov | 2020-09-18 | 1 | -1/+1 |
* | Fix test after is_callable change | Nikita Popov | 2020-08-14 | 1 | -1/+1 |
* | Merge branch 'PHP-7.4' | Nikita Popov | 2020-08-11 | 1 | -0/+17 |
|\ | |||||
| * | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2020-08-11 | 1 | -0/+17 |
| |\ | |||||
| | * | Fix #64705 errorInfo property of PDOException is null when PDO::__construct()... | Ahmed Abdou | 2020-08-11 | 1 | -0/+17 |
| | * | Report len as -1 instead of INT_MAX | Nikita Popov | 2020-07-08 | 1 | -1/+1 |
* | | | Add many missing closing PHP tags to tests | Máté Kocsis | 2020-08-09 | 2 | -0/+2 |
* | | | Add stubs for PDO SQLite extension methods | Nikita Popov | 2020-07-21 | 2 | -3/+3 |
* | | | Use ZPP callable for PDO Sqlite | George Peter Banyard | 2020-07-21 | 2 | -9/+20 |
* | | | Review the usage of apostrophes in error messages | Máté Kocsis | 2020-07-10 | 1 | -4/+4 |
* | | | Merge branch 'PHP-7.4' | Nikita Popov | 2020-06-03 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Report len as -1 instead of INT_MAX | Nikita Popov | 2020-06-03 | 1 | -1/+1 |
* | | | Merge branch 'PHP-7.4' | Christoph M. Becker | 2020-06-02 | 1 | -0/+32 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2020-06-02 | 1 | -0/+32 |
| |\ \ | | |/ | |||||
| | * | Fix #79664: PDOStatement::getColumnMeta fails on empty result set | Christoph M. Becker | 2020-06-02 | 1 | -0/+32 |
* | | | Change the default PDO error mode to exceptions | AllenJB | 2020-05-04 | 3 | -1/+24 |
* | | | Improve undefined variable error messages | Máté Kocsis | 2020-03-31 | 1 | -1/+1 |
* | | | Reindent phpt files | Nikita Popov | 2020-02-03 | 12 | -64/+64 |
* | | | Make error messages more consistent by fixing capitalization | Máté Kocsis | 2020-01-17 | 2 | -3/+3 |
* | | | Convert some notices to warnings | Nikita Popov | 2019-10-02 | 1 | -1/+1 |
* | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-07-02 | 1 | -0/+50 |
|\ \ \ | |/ / | |||||
| * | | Implement SQLite extended result code functionality | Robert Kopack | 2019-07-02 | 1 | -0/+50 |
* | | | Merge branch 'PHP-7.4' | Christoph M. Becker | 2019-06-28 | 1 | -0/+46 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2019-06-28 | 1 | -0/+46 |
| |\ \ | | |/ | |||||
| | * | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2019-06-28 | 1 | -0/+46 |
| | |\ | |||||
| | | * | Fix bug #78192 PDO SQLite SegFault when reuse statement after schema has changed | Vincent | 2019-06-28 | 1 | -0/+46 |
| | | * | Sync leading and final newlines in *.phpt sections | Peter Kokot | 2018-10-15 | 1 | -1/+0 |
| | | * | Trim trailing whitespace in *.phpt | Peter Kokot | 2018-10-14 | 3 | -6/+6 |
| | * | | Sync leading and final newlines in *.phpt sections | Peter Kokot | 2018-10-15 | 1 | -1/+0 |
| | * | | Trim trailing whitespace in *.phpt | Peter Kokot | 2018-10-14 | 3 | -6/+6 |
* | | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-06-05 | 1 | -0/+45 |
|\ \ \ \ | |/ / / | |||||
| * | | | Allow exceptions in __toString() | Nikita Popov | 2019-06-05 | 1 | -0/+45 |
* | | | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-05-11 | 10 | -10/+10 |
|\ \ \ \ | |/ / / | |||||
| * | | | Using PDO instead because of consistency | peter279k | 2019-05-11 | 10 | -10/+10 |
* | | | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-03-15 | 4 | -8/+8 |
|\ \ \ \ | |/ / / | |||||
| * | | | Replace dirname(__FILE__) by __DIR__ in tests | Fabien Villepinte | 2019-03-15 | 4 | -8/+8 |
* | | | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-02-03 | 5 | -5/+5 |
|\ \ \ \ | |/ / / | |||||
| * | | | Remove local variables | Peter Kokot | 2019-02-03 | 5 | -5/+5 |
* | | | | Remove static calls to non-static methods | Nikita Popov | 2019-01-30 | 1 | -7/+4 |
|/ / / | |||||
* | | | Sync leading and final newlines in *.phpt sections | Peter Kokot | 2018-10-15 | 2 | -2/+1 |
* | | | Trim trailing whitespace in tests | Gabriel Caruso | 2018-10-14 | 3 | -6/+6 |