120 Commits (81acba90dc912562aacb0ff913499e5bb05bc17c)

Author SHA1 Message Date
J. King 81acba90dc Use strict equality when comparing strings 5 years ago
J. King c4a41255b0 Experimental native MySQL driver 5 years ago
J. King 206cca35a9 Test tweaks 5 years ago
J. King 5a133b795a Correctly munge MySQL queries 5 years ago
J. King f0d30c2eee Make munging of queries a generic feature 5 years ago
J. King 24df564045 Mostly successful MySQL database function tests 5 years ago
J. King 393b4e95ad Adjustments for MySQL 8 5 years ago
J. King 4ef36643a4 Proof-of-concept PDO MySQL driver 5 years ago
J. King 50f92625ef Use PosgreSQL's existing general Unicode collation 5 years ago
J. King 2bebdd44cf Implementation of native PostgreSQL interface 5 years ago
J. King 161f5f08f6 Proactively support SQLite 3.25 5 years ago
J. King 28f803dd28 Handle PostgreSQL connection errors 5 years ago
J. King 0f48ce6f37 Use a Unicode collation for SQLite 5 years ago
J. King 35d46d2913 Use persistent connections with PostgreSQL 6 years ago
J. King 0513b606c2 Merge master 6 years ago
J. King 089f666de6 Fix PDO insert ID errors in PHP 7.1 6 years ago
J. King cf896121b2 Style fixes 6 years ago
J. King 15301cd7dc Fix cleanup tests in PostgreSQL 6 years ago
J. King 258be1d54e Fix most PostgreSQL test failures 6 years ago
J. King 8fc31cfc40 Rewrite various queries to work in PostgreSQL 6 years ago
J. King 527ecee393 Code coverage fixes 6 years ago
J. King 4a1c23ba45 Munge PostgreSQL queries instead of adding explicit casts 6 years ago
J. King 8dfedd30ef Test PostgreSQL schema upgrade 6 years ago
J. King 93af381436 Test setting of schema name 6 years ago
J. King 1414f8979c Fix savepoint handling and locking in PostgreSQL driver 6 years ago
J. King 736a8c9d0c Improved timeout handling for both SQlite and PostgreSQL 6 years ago
J. King c0c4810662 Nominally complete PostgreSQL driver 6 years ago
J. King 84b4cb7465 Enable PostgreSQL statement testing 6 years ago
J. King d52af6db5a PostgreSQL fixes 6 years ago
J. King b5733b070c Clean up statement tests 6 years ago
J. King e30d82fbaa Correct signature 6 years ago
J. King edfae438fa Refine pg connection strings 6 years ago
J. King 796315c00c Basic stub of PDO-base PostgreSQL driver 6 years ago
J. King 471dad0645 Fix PDO driver initialization 6 years ago
J. King efac62f0e4 Add missing return type hints where possible 6 years ago
J. King ffa7bd5a5d Fix error in previous commit 6 years ago
J. King 31cdf313a4 Add missing return type hints where possible 6 years ago
J. King f64f0c6a22 Whitespace cleanup 6 years ago
J. King ba0aeab7ec Make SQL statement type conversion use ValueInfo normalizer 6 years ago
J. King bc9fcb975f Change "rebind" to "retype" to better reflect what actually happens 6 years ago
J. King bc9ffa0e17 Rewrite SQLite 3 type binding tests 6 years ago
J. King 39cad91b78 CS fixes 6 years ago
J. King ad6a09ffa1 Partially tested pdo_sqlite driver; improves #72 6 years ago
J. King ef75b5e9ab SQLite driver tweaks 6 years ago
J. King 7ca0f4e877 Make the SQLite3 driver more generic 6 years ago
J. King 0b3b3cb49c Use SQLite nocase collation; improves #127 7 years ago
J. King 821bb22a72 SQLite concurrency tweaks; fixes #131 7 years ago
J. King 22cdc8916d Documentation tweaks and CS fixes 7 years ago
J. King 5cd7268c0a Added incorrectDbCharset to NCNv1 server status 7 years ago
J. King 5d4ea6edc0 Add ResultEmpty class 7 years ago