135 Commits (6000d80b7bda8f0c76130bab70217635101b2517)

Author SHA1 Message Date
J. King 6000d80b7b Work around various SQLite-related problems 5 years ago
J. King 21fdd66d37 Work around limit to SQL parameter placeholders for IN() clauses 5 years ago
J. King 837f3c6dd6 Simplify SQL type handling 5 years ago
J. King 570a9b171c Revert fulltext detection in driver 5 years ago
J. King ad8057a40b Driver changes to support basic text searching 5 years ago
J. King 908e1fa310 API documentation for database driver interface 5 years ago
J. King b55d0b374f API documentation for database driver interface 5 years ago
J. King 500851f161 Style fixes 5 years ago
J. King 8ea1df920a Unify SQL timeouts 5 years ago
J. King 05aadfe7c7 Use correct SQLite chema change procedure; version bump 5 years ago
J. King 5cd84c4ab4 Validate configuration parameters on import, and other changes 5 years ago
J. King 4670dfc849 Handle connection errors 5 years ago
J. King e92bda5373 Various changes: 5 years ago
J. King 5d61ab0a57 Fixes for MySQL native interface 5 years ago
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 6 years ago
J. King 28f803dd28 Handle PostgreSQL connection errors 6 years ago
J. King 0f48ce6f37 Use a Unicode collation for SQLite 6 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