Commit Graph

64 Commits

Author SHA1 Message Date
eee88ddc7c Fix tests 2022-09-29 11:31:25 -04:00
Timothy Warren
03f8fe30d0 A few tweaks 2022-09-29 10:30:37 -04:00
Timothy Warren
3013242106 Remove redundant docblocks, bump php version requirement 2022-09-29 10:18:26 -04:00
5af43f6363 Fix method signature for PHP 8 2020-12-03 14:32:30 -05:00
4201a7c42c Minor code cleanup 2020-04-23 18:16:32 -04:00
519b39e75e Fix a type juggling issue take 2 2020-04-23 17:00:35 -04:00
15de3b8dde Fix a type juggling issue 2020-04-23 16:54:58 -04:00
c67fabd1f7 Update types for limit clauses, misc improvements 2020-04-17 14:57:56 -04:00
2620df1589 Update header comments 2020-04-10 20:54:31 -04:00
ab5a3c04d0 Require 7.4, add typed properties to classes 2020-04-10 20:53:52 -04:00
77df254a0c Implement basic 'returning' method for Postgres 2020-03-19 11:53:08 -04:00
337ae26402 Update header comments 2020-03-18 11:31:56 -04:00
2bf8897918 Prepwork for 'returning' method of Query builder 2019-12-13 15:11:49 -05:00
a5dab73828 Update header comments 2019-12-11 16:49:42 -05:00
83373700d3 Code style and logic cleanup 2019-12-11 16:49:06 -05:00
6a36a85ac0 Update dependencies and tests 2019-12-10 12:17:40 -05:00
09b6610eb1 Remove unimplemented replace method 2018-02-12 16:17:22 -05:00
2839e6ad6e Fix some indentation issues 2018-02-09 16:14:40 -05:00
33bb440bd2 SQLite improvements, remove nullable PDOStatement return values 2018-01-26 15:45:46 -05:00
3067976cb1 Add updateBatch method 2018-01-26 08:39:30 -05:00
56c929088a Minor tweaks 2018-01-25 15:12:46 -05:00
73e4c35163 Remove some old code coupling and boilerplate 2018-01-24 15:23:26 -05:00
f967aaf96e Remove method separators, update documentation building configuration 2018-01-24 15:03:41 -05:00
16e50c3277 Fix some missed type hints 2018-01-24 13:25:42 -05:00
608b25207a Fix some missed type hints 2018-01-24 13:17:00 -05:00
1d583bcc23 Add more type hinting 2018-01-24 13:14:03 -05:00
516ddcd76d Update builds to remove PHP 7 support 2018-01-23 13:49:51 -05:00
908b9f39cd Remove some dead code from the connection manager 2018-01-23 11:29:43 -05:00
e4ca039b3d Use State class to simplify management of query builder state 2018-01-23 11:22:23 -05:00
8401cceb0d Remove PDOInterface to prevent conflicts in method parameters with native PDO object 2018-01-22 16:04:29 -05:00
91eb8123d1 Various refactoring 2018-01-22 15:43:56 -05:00
0df1b43af8 Remove firebird test database and sql files 2018-01-22 15:40:49 -05:00
01f90d2224 Remove unsupported Firebird driver 2018-01-22 15:37:31 -05:00
682a706130 Remove erroneous typing 2018-01-22 12:48:14 -05:00
89150ceafc Update namespace of unsupported Firebird driver, add assertions to some risky tests 2018-01-22 12:03:37 -05:00
4df07b6c72 Update test layout to better match source layout 2018-01-19 16:48:52 -05:00
369ca6eb04 Flatten source structure a bit 2018-01-19 15:47:34 -05:00
c735c27559 Update file headers 2018-01-19 13:43:19 -05:00
b8d4768b1b camelCase methods and properties 2016-10-13 21:55:23 -04:00
6740aaef79 PHP7 or bust! 2016-10-12 22:12:25 -04:00
3eb4d889f9 Add Or Not Like method 2016-10-12 20:32:23 -04:00
ca601623ba Miscellaneous cleanup and refactoring 2016-09-07 17:39:19 -04:00
2db7ad182d More style fixes 2016-09-07 14:22:52 -04:00
24f3b1d701 Update header comments 2016-09-07 13:17:17 -04:00
bb382131cc Code Style fixes 2016-09-07 13:10:03 -04:00
559c76f8d2 Switch build tool to Robo, use composer for autoloading 2016-09-07 13:06:28 -04:00
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
e62f5771a5 Fix a bunch of one line if statements 2015-11-11 09:25:21 -05:00
2613a1c8a4 Update lots of comments 2015-11-10 20:59:03 -05:00