Commit Graph

241 Commits

Author SHA1 Message Date
Timothy Warren d69655be02 Attempt to fix MySQL transaction test 2020-12-03 15:50:32 -05:00
Timothy Warren 2821a2d4e1 Make sqlite-specific test more robust 2020-04-17 14:58:42 -04:00
Timothy Warren 2620df1589 Update header comments 2020-04-10 20:54:31 -04:00
Timothy Warren 77df254a0c Implement basic 'returning' method for Postgres 2020-03-19 11:53:08 -04:00
Timothy Warren 54a6054728 Remove meaningless PHP version test 2020-03-18 13:53:22 -04:00
Timothy Warren 337ae26402 Update header comments 2020-03-18 11:31:56 -04:00
Timothy Warren 2bf8897918 Prepwork for 'returning' method of Query builder 2019-12-13 15:11:49 -05:00
Timothy Warren 78705bf796 Fix mysql test on travis ci 2019-12-12 09:33:32 -05:00
Timothy Warren a5dab73828 Update header comments 2019-12-11 16:49:42 -05:00
Timothy Warren 675e6eff66 Update tests 2019-12-11 16:48:43 -05:00
Timothy Warren 6a36a85ac0 Update dependencies and tests 2019-12-10 12:17:40 -05:00
Timothy Warren 2839e6ad6e Fix some indentation issues 2018-02-09 16:14:40 -05:00
Timothy Warren 33bb440bd2 SQLite improvements, remove nullable PDOStatement return values 2018-01-26 15:45:46 -05:00
Timothy Warren 3067976cb1 Add updateBatch method 2018-01-26 08:39:30 -05:00
Timothy Warren 56c929088a Minor tweaks 2018-01-25 15:12:46 -05:00
Timothy Warren dca1e38f60 Make sure the path of the require is correct 2018-01-25 11:13:54 -05:00
Timothy Warren 83b499e246 Explicitly add PHPUnit Testcase to bootstrap file 2018-01-25 11:10:55 -05:00
Timothy Warren f967aaf96e Remove method separators, update documentation building configuration 2018-01-24 15:03:41 -05:00
Timothy Warren 1d583bcc23 Add more type hinting 2018-01-24 13:14:03 -05:00
Timothy Warren 516ddcd76d Update builds to remove PHP 7 support 2018-01-23 13:49:51 -05:00
Timothy Warren e4ca039b3d Use State class to simplify management of query builder state 2018-01-23 11:22:23 -05:00
Timothy Warren 8401cceb0d Remove PDOInterface to prevent conflicts in method parameters with native PDO object 2018-01-22 16:04:29 -05:00
Timothy Warren 91eb8123d1 Various refactoring 2018-01-22 15:43:56 -05:00
Timothy Warren 0df1b43af8 Remove firebird test database and sql files 2018-01-22 15:40:49 -05:00
Timothy Warren 01f90d2224 Remove unsupported Firebird driver 2018-01-22 15:37:31 -05:00
Timothy Warren 89150ceafc Update namespace of unsupported Firebird driver, add assertions to some risky tests 2018-01-22 12:03:37 -05:00
Timothy Warren 80d27d9bfe Update header comments, again 2018-01-19 16:50:34 -05:00
Timothy Warren 4df07b6c72 Update test layout to better match source layout 2018-01-19 16:48:52 -05:00
Timothy Warren c735c27559 Update file headers 2018-01-19 13:43:19 -05:00
Timothy Warren b8d4768b1b camelCase methods and properties 2016-10-13 21:55:23 -04:00
Timothy Warren 6740aaef79 PHP7 or bust! 2016-10-12 22:12:25 -04:00
Timothy Warren 3eb4d889f9 Add Or Not Like method 2016-10-12 20:32:23 -04:00
Timothy Warren 559c76f8d2 Switch build tool to Robo, use composer for autoloading 2016-09-07 13:06:28 -04:00
Timothy Warren ac867c903a Actually fix failing test, remove some older test skips 2016-07-19 15:19:48 -04:00
Timothy Warren 757b83797f Fix some fragile tests for gitlab ci 2016-07-19 14:18:48 -04:00
Timothy Warren ae9dc46a17 Actually use host in test connection for Postgres 2016-07-19 11:53:37 -04:00
Timothy Warren f0704ed35e Use the correct password for the gitlab ci test setup 2016-07-19 11:34:38 -04:00
Timothy Warren a7df1a0d0b Use special config for docker tests 2016-07-19 11:17:55 -04:00
Timothy Warren bcfb0f2be8 Install missing apt package for docker, fix an issue running on jenkins 2016-07-15 16:17:49 -04:00
Timothy Warren a1c3b9e7db Change test setup to be more extensible 2015-11-10 16:29:17 -05:00
Timothy Warren 1e2a7ee566 Actually fix tests 2015-11-10 11:18:11 -05:00
Timothy Warren a27d639b13 Remove PDO Firebird driver 2015-11-10 09:20:13 -05:00
Timothy Warren 2a8664b92d Another attempt to get php to use interbase extension 2015-08-26 10:30:16 -04:00
Timothy Warren d5c8212dd0 Another attempt to get php to use interbase extension 2015-08-26 10:21:12 -04:00
Timothy Warren 056e8bf6d9 Re-add some missing tests, and update README 2015-07-31 10:24:34 -04:00
Timothy Warren 225017adee Lots of refactoring -- accessors/mutators instead of direct access, reduce query builder test database connections, and simplify some logic 2015-07-30 16:40:30 -04:00
Timothy Warren 8511c6a445 Move library into src folder, fix simpletest test runner 2015-07-29 16:51:17 -04:00
Timothy Warren cd7f904889 Add pdo_firebird driver 2015-07-20 15:24:21 -04:00
Timothy Warren 28f5cb2934 Fix Firebird tests and speed up tests by using one database connection for each query builder datbase test 2015-07-17 15:38:06 -04:00
Timothy Warren bfc3ea33ca Reorganize drivers into a more modern layout 2015-07-16 16:56:13 -04:00