|
433448fd8d
|
Update docs
|
2023-03-17 16:34:59 -04:00 |
|
|
c6f77b9da1
|
Bump version
|
2023-03-17 16:34:21 -04:00 |
|
|
527d3833cd
|
Update docs and repo tooling
|
2023-03-17 16:28:07 -04:00 |
|
|
2fbccaedbd
|
Update code style issues, and fix deprecated dynamic method call
|
2023-03-17 16:16:39 -04:00 |
|
|
2d80d8ea15
|
Cleanup a bunch of Simpletest weirdness from the tests
|
2023-03-17 16:00:56 -04:00 |
|
|
282935d9f8
|
Reformat test files
|
2023-03-17 15:30:36 -04:00 |
|
|
cf2255ce87
|
Set consistent code style
|
2023-03-17 15:18:33 -04:00 |
|
|
94d1cbb09b
|
Fix some code style issues
|
2023-01-20 15:34:02 -05:00 |
|
|
1bfbcf2ffe
|
Cleanup docs
|
2023-01-20 11:30:51 -05:00 |
|
|
973e92e99f
|
Fix type issues
|
2023-01-20 10:33:43 -05:00 |
|
Timothy Warren
|
d80f26859e
|
Merge in other changes
|
2023-01-13 13:17:08 -05:00 |
|
Timothy Warren
|
b0ecaa87e4
|
Refactor fake Enums to 'real' ones
|
2023-01-13 13:14:28 -05:00 |
|
|
18dd997961
|
Update header comments
|
2022-09-29 11:33:08 -04:00 |
|
|
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 |
|
|
69c27e2415
|
Merge pull request 'master' (#3) from master into develop
Reviewed-on: #3
|
2020-12-03 16:27:12 -05:00 |
|
|
4c8cd18060
|
Fix travis config by allowing ppc to fail
|
2020-12-03 16:22:09 -05:00 |
|
|
a174a6747f
|
Update phpunit config
|
2020-12-03 15:53:03 -05:00 |
|
|
d69655be02
|
Attempt to fix MySQL transaction test
|
2020-12-03 15:50:32 -05:00 |
|
|
8678913cd0
|
Update dependencies
|
2020-12-03 15:49:58 -05:00 |
|
|
0766efcd2e
|
Try testing on multiple cpu architectures
|
2020-12-03 15:01:21 -05:00 |
|
|
2aadc3a8db
|
Attempt to fix travis build
|
2020-12-03 14:56:57 -05:00 |
|
|
9c3dc58bef
|
Attempt to fix travis build
|
2020-12-03 14:51:19 -05:00 |
|
|
5af43f6363
|
Fix method signature for PHP 8
|
2020-12-03 14:32:30 -05:00 |
|
|
60a75ebbbf
|
Merge branch 'develop' of aviat/Query into master
|
2020-04-23 18:39:25 -04:00 |
|
|
4eb234db70
|
Update API docs
|
2020-04-23 18:21:35 -04: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 |
|
|
18165b2dc3
|
Update API Docs
|
2020-04-17 15:05:37 -04:00 |
|
|
2821a2d4e1
|
Make sqlite-specific test more robust
|
2020-04-17 14:58:42 -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 |
|
|
54a6054728
|
Remove meaningless PHP version test
|
2020-03-18 13:53:22 -04:00 |
|
|
39569ccb96
|
Go back to working build
|
2020-03-18 13:47:53 -04:00 |
|
|
89ef2ae103
|
Attempt to fix travis build
|
2020-03-18 12:23:28 -04:00 |
|
|
098798ca5a
|
Simplify the build matrix
|
2020-03-18 12:16:35 -04:00 |
|
|
37c84e1b17
|
Expand the build matrix
|
2020-03-18 12:08:40 -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 |
|
|
78705bf796
|
Fix mysql test on travis ci
|
2019-12-12 09:33:32 -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 |
|
|
675e6eff66
|
Update tests
|
2019-12-11 16:48:43 -05:00 |
|
|
834c4e39df
|
Make sure to have the appropriate databases for Travis CI
|
2019-12-11 16:41:39 -05:00 |
|
|
8013a9fc61
|
Cleanup/update build scripts/dependencies
|
2019-12-11 16:32:21 -05:00 |
|
|
4326602d17
|
Update docs to not show misleading 0 coverage:
|
2019-12-11 16:31:18 -05:00 |
|