75 Commits (5df89009e619a23df1b2043cc8730fefd6a8276a)

Author SHA1 Message Date
J. King b6dd8ab20d Improvements to and proper tests for query builder 5 years ago
J. King b8b8a6aa70 Also adjust test for MySQL connection failure 5 years ago
J. King cb1039326c Fix PostgreSQL tests when using "trust" authentication 5 years ago
J. King d0f780d4e6 Unit tests for IN() clause generator 5 years ago
J. King 29667464a1 Remove unnecessary namespace imports 5 years ago
J. King bab4174a17 Move database driver helps out of test cases 5 years ago
J. King b8b559b0f8 Correct spuriously failing tests 5 years ago
J. King f7240301e4 Basic database maintenance 5 years ago
J. King cb71a9efd7 Make database connections for testing configurable 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 2df7c25b66 Add ability to search note text 5 years ago
J. King 8ea1df920a Unify SQL timeouts 5 years ago
J. King 4670dfc849 Handle connection errors 5 years ago
J. King e92bda5373 Various changes: 5 years ago
J. King f3b0c791f8 Fix remaining tests 5 years ago
J. King 5d61ab0a57 Fixes for MySQL native interface 5 years ago
J. King e501fbdc87 Remove the DatabaseInformation class in tests and use traits instead 5 years ago
J. King 81acba90dc Use strict equality when comparing strings 5 years ago
J. King 206cca35a9 Test tweaks 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 4ef36643a4 Proof-of-concept PDO MySQL driver 5 years ago
J. King 29e7c1f154 Fix coverage 5 years ago
J. King 2bebdd44cf Implementation of native PostgreSQL interface 5 years ago
J. King b52dadf345 Make existing PostgreSQL tests explicitly PDO tests 6 years ago
J. King 28f803dd28 Handle PostgreSQL connection errors 6 years ago
J. King 73729a6be8 Simplify database cleanup between tests 6 years ago
J. King 8dbf237626 Group PostgreSQL tests as slow 6 years ago
J. King 913cf71620 Fix incorrect annotations 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 f2245861e3 Restore complete Database coverage 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 e68fcc0afa Manipulate only those sequences in the current PostgreSQL schema 6 years ago
J. King 4a2efd9987 Correct the state of PostgreSQL serial sequence during tests 6 years ago
J. King dd4f22e04e Avoid use of reserved SQL word "user" 6 years ago
J. King 8dfedd30ef Test PostgreSQL schema upgrade 6 years ago
J. King 1414f8979c Fix savepoint handling and locking in PostgreSQL driver 6 years ago
J. King 8a49202036 Use common cleanup code for all database-related tests 6 years ago
J. King dccd4caede Convert one database function test series (articles) to a common harness 6 years ago
J. King 7340d65c0e Make data clearing in tests static 6 years ago
J. King 8c20411359 Align statement tests with other database driver tests 6 years ago
J. King f22e53fdc9 Align result tests with driver tests 6 years ago
J. King aa1b65b5d4 Take a different tack on shared database tests 6 years ago
J. King 736a8c9d0c Improved timeout handling for both SQlite and PostgreSQL 6 years ago
J. King 4e444fd86c Generic database interface creation in tests 6 years ago