29 Commits (f6799e2ab1d2b619bbcb7d1e709f44c56e4e8818)

Author SHA1 Message Date
J. King f6799e2ab1 Tests for date ranges in contexts 2 years ago
J. King 2348786a92 Start on replacing Phake with Phony 3 years ago
J. King f7b3a473a9 Clarify ordering syntax rationale 3 years ago
J. King ed27e0aaaa Sort nulls consistently 3 years ago
J. King 461e256052 Work around MySQL syntax weirdness 3 years ago
J. King bc53a2d24a Style fixes 4 years ago
J. King b5f118e8cb Cleanup 4 years ago
J. King bbace7a0ac Use void and nullable return types where practical 4 years ago
J. King 17a2fa96f8 Upgrade to PHPUnit 8 5 years ago
J. King 29667464a1 Remove unnecessary namespace imports 5 years ago
J. King f7240301e4 Basic database maintenance 5 years ago
J. King 21fdd66d37 Work around limit to SQL parameter placeholders for IN() clauses 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 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 4ef36643a4 Proof-of-concept PDO MySQL driver 5 years ago
J. King 73729a6be8 Simplify database cleanup between tests 5 years ago
J. King 089f666de6 Fix PDO insert ID errors in PHP 7.1 5 years ago
J. King cf896121b2 Style fixes 5 years ago
J. King 8fc31cfc40 Rewrite various queries to work in PostgreSQL 5 years ago
J. King 8dfedd30ef Test PostgreSQL schema upgrade 5 years ago
J. King 1414f8979c Fix savepoint handling and locking in PostgreSQL driver 5 years ago
J. King 8a49202036 Use common cleanup code for all database-related tests 5 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 d40243a84c Clean up configuration setting in tests 6 years ago
J. King a5318d1b12 Part 2 6 years ago
J. King 095fe10aec Reorganize PDO tests into namespaces 6 years ago
J. King 59fee52074 Reorganize tests into namespaces 6 years ago
J. King ef75b5e9ab SQLite driver tweaks 6 years ago
J. King 3adfe8742f Reorganize test cases 6 years ago
J. King 5cd7268c0a Added incorrectDbCharset to NCNv1 server status 7 years ago
J. King 11b2066922 Added per-file legal boilerplate 7 years ago
J. King 9304f99032 Make result sets single-use; change savewepoint exceptions 7 years ago
J. King cc875be57e Backport testing improvements from ttrss branch 7 years ago
J. King a343b78b02 Make exporting the database test fixture easier 7 years ago
J. King 4ab004bbab Speed up SQLite timeout tests 7 years ago
J. King f7e50fe95d Passed code through linter 7 years ago
J. King da80a8ffa6 Complete tests for database driver 7 years ago
J. King cbdcacd1c3 Added basic code coverage annotations 7 years ago
J. King da092d5f8c Changed Misc\DateFormatter to a collection of static methods and renamed it to Date; renamed Data to Arsse to avoid confusion and better reflect its centrality 7 years ago
J. King b3f631e335 Use more reliable database locking strategy; reorganize tests 7 years ago
J. King 7e7b204d85 Cleanup 7 years ago
J. King ceeb23aea3 More Feed tests: cache header handling 7 years ago
J. King 8ebcb01cb5 Made out-of-order transaction handling more predictable 7 years ago
J. King 2083c6e397 Change transactions to auto-rollback on exceptions 7 years ago