|
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 |
|
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 |
|
|
a1c3b9e7db
|
Change test setup to be more extensible
|
2015-11-10 16:29:17 -05:00 |
|
|
1e2a7ee566
|
Actually fix tests
|
2015-11-10 11:18:11 -05:00 |
|
|
fd98c4b3b8
|
Rename missed interface
|
2015-11-10 11:10:15 -05:00 |
|
|
b5a141ffc7
|
Make class names Pascal Case
|
2015-11-10 10:12:23 -05:00 |
|
|
39cd2ecff8
|
Fix borkeed tests
|
2015-11-10 09:24:18 -05:00 |
|
|
a27d639b13
|
Remove PDO Firebird driver
|
2015-11-10 09:20:13 -05:00 |
|
|
e6ac4a70ad
|
Set up jenkins build
|
2015-11-10 06:45:55 -05:00 |
|
|
555865bdb7
|
Update docs
|
2015-07-31 10:56:16 -04:00 |
|
|
056e8bf6d9
|
Re-add some missing tests, and update README
|
2015-07-31 10:24:34 -04:00 |
|
|
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 |
|
|
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 |
|
|
8511c6a445
|
Move library into src folder, fix simpletest test runner
|
2015-07-29 16:51:17 -04:00 |
|