Commit Graph

42 Commits

Author SHA1 Message Date
Timothy Warren f967aaf96e Remove method separators, update documentation building configuration 2018-01-24 15:03:41 -05:00
Timothy Warren 16e50c3277 Fix some missed type hints 2018-01-24 13:25:42 -05:00
Timothy Warren 608b25207a Fix some missed type hints 2018-01-24 13:17:00 -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 908b9f39cd Remove some dead code from the connection manager 2018-01-23 11:29:43 -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 682a706130 Remove erroneous typing 2018-01-22 12:48:14 -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 4df07b6c72 Update test layout to better match source layout 2018-01-19 16:48:52 -05:00
Timothy Warren 369ca6eb04 Flatten source structure a bit 2018-01-19 15:47:34 -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 ca601623ba Miscellaneous cleanup and refactoring 2016-09-07 17:39:19 -04:00
Timothy Warren 2db7ad182d More style fixes 2016-09-07 14:22:52 -04:00
Timothy Warren 24f3b1d701 Update header comments 2016-09-07 13:17:17 -04:00
Timothy Warren bb382131cc Code Style fixes 2016-09-07 13:10:03 -04:00
Timothy Warren 559c76f8d2 Switch build tool to Robo, use composer for autoloading 2016-09-07 13:06:28 -04:00
Timothy Warren c0674d5faa Remove the last of the one line if statements 2015-11-11 15:44:24 -05:00
Scrutinizer Auto-Fixer 35e338c9ad Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2015-11-11 14:32:11 +00:00
Timothy Warren e62f5771a5 Fix a bunch of one line if statements 2015-11-11 09:25:21 -05:00
Timothy Warren 2613a1c8a4 Update lots of comments 2015-11-10 20:59:03 -05:00
Scrutinizer Auto-Fixer 8d65af5c4a Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2015-11-10 22:30:18 +00: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 fd98c4b3b8 Rename missed interface 2015-11-10 11:10:15 -05:00
Timothy Warren b5a141ffc7 Make class names Pascal Case 2015-11-10 10:12:23 -05:00
Timothy Warren 39cd2ecff8 Fix borkeed tests 2015-11-10 09:24:18 -05:00
Timothy Warren a27d639b13 Remove PDO Firebird driver 2015-11-10 09:20:13 -05:00
Timothy Warren e6ac4a70ad Set up jenkins build 2015-11-10 06:45:55 -05:00
Timothy Warren 555865bdb7 Update docs 2015-07-31 10:56:16 -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 8669fcc4be Some scrutinizer fixes 2015-07-30 13:13:12 -04:00
Scrutinizer Auto-Fixer f3769ba372 Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2015-07-29 20:59:27 +00:00
Timothy Warren 8511c6a445 Move library into src folder, fix simpletest test runner 2015-07-29 16:51:17 -04:00