|
83d20179f9
|
Attempt to start Firebird
|
2015-08-25 17:00:50 -04:00 |
|
|
f4a517594e
|
Attempt to start firebird
|
2015-08-25 16:57:53 -04:00 |
|
|
97ceb94e3c
|
Attempt to start firebird
|
2015-08-25 16:54:42 -04:00 |
|
|
e1f0f57e5a
|
another attempt with firebird
|
2015-08-25 16:52:15 -04:00 |
|
|
3e58c5c6ff
|
Spell sudo correctly
|
2015-08-25 16:44:39 -04:00 |
|
|
cc48fff43f
|
Try again with firebird setup
|
2015-08-25 16:41:38 -04:00 |
|
|
11755c3770
|
Attempt some firebird setup on travis
|
2015-08-25 16:36:56 -04:00 |
|
|
1073a92e31
|
Update docs
|
2015-08-25 13:45:40 -04: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 |
|
Timothy Warren
|
d89f34b177
|
Merge pull request #5 from timw4mail/scrutinizer-patch-3
Fix some Docblocks
|
2015-07-29 17:01:09 -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 |
|
|
aeab1a31ec
|
Update docs
|
2015-07-29 16:45:55 -04:00 |
|
|
86d3e0204d
|
Fix phpci setup
|
2015-07-20 15:43:49 -04:00 |
|
|
7dbae40d36
|
Remove php 5.4 style array
|
2015-07-20 15:27:35 -04:00 |
|
|
cd7f904889
|
Add pdo_firebird driver
|
2015-07-20 15:24:21 -04:00 |
|
|
3d310be266
|
Update docs
|
2015-07-20 15:23:27 -04:00 |
|
|
b4118ce591
|
Update docs
|
2015-07-17 16:01:41 -04:00 |
|
|
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 |
|
|
6b20982f61
|
Fix naming error in pg driver
|
2015-07-16 17:02:54 -04:00 |
|
|
bfc3ea33ca
|
Reorganize drivers into a more modern layout
|
2015-07-16 16:56:13 -04:00 |
|
|
232761398e
|
Version 2.0.2, Adds checks for constants and functions in the common file
|
2015-06-04 15:27:55 -04:00 |
|
|
4ea0406909
|
Update Docs
|
2015-06-04 15:24:44 -04:00 |
|
|
6c757f1cb1
|
Update docs
|
2014-11-07 12:21:49 -05:00 |
|
|
6755818232
|
Fix some issues with multiple array items in where statements
|
2014-11-07 12:14:46 -05:00 |
|
Timothy Warren
|
e0bc5ce903
|
Merge pull request #3 from timw4mail/scrutinizer-patch-1
Some docblock fixes.
|
2014-08-08 14:17:59 -04:00 |
|
Scrutinizer Auto-Fixer
|
e51fe2be5f
|
Scrutinizer Auto-Fixes
This patch was automatically generated as part of the following inspection:
https://scrutinizer-ci.com/g/timw4mail/Query/inspections/d131279f-a838-49e5-bbfb-20c256a06153
Enabled analysis tools:
- PHP Analyzer
- PHP Mess Detector
- PHP Lines Of Code
- PHP PDepend
- External Code Coverage
- PHP HHVM
- PHP Similarity Analyzer
- PHP Change Tracking Analyzer
|
2014-08-08 20:02:14 +02:00 |
|
|
5968696c12
|
Re-generate docs
|
2014-08-08 13:50:55 -04:00 |
|
|
dd672df81d
|
Reorganize classes to autoload by namespace
|
2014-08-08 13:48:20 -04:00 |
|
|
c65c7129a7
|
Update generated docs
|
2014-08-08 12:48:30 -04:00 |
|
|
0a0548d754
|
Remove some useless code, extract an exception into its own class
|
2014-08-08 12:48:14 -04:00 |
|
|
676f432d2d
|
Add final phpci config
|
2014-07-15 11:09:05 -04:00 |
|
|
2ae206462d
|
Fix some very minor code quality issues
|
2014-07-15 11:01:47 -04:00 |
|
|
023093c1f1
|
Fix Firebird tests on phpci
|
2014-07-14 15:17:16 -04:00 |
|
|
884aa10a3b
|
Setup phpci
|
2014-07-11 11:31:29 -04:00 |
|
|
2ccac504da
|
Fix small docblock discrepency
|
2014-06-30 11:21:40 -04:00 |
|
|
d4838bada3
|
Add an additional type check to limit
|
2014-06-30 11:16:50 -04:00 |
|
|
618a561c71
|
Fix minor issue of where clause disappearing after a number of joins
|
2014-06-30 11:14:37 -04:00 |
|
|
7fd90aba76
|
Remove Table Builder classes
|
2014-06-30 11:01:44 -04:00 |
|
|
1abd835f47
|
Attempting some Quercus compatibility, test-suite runs with simpletest as well as PHPUnit
|
2014-06-09 17:02:14 -04:00 |
|
|
6a38213a62
|
Improve some tests and docblocks
|
2014-04-28 16:41:46 -04:00 |
|
|
315dc5e1c5
|
method shortening
|
2014-04-24 21:29:40 -04:00 |
|
|
2ae38bea88
|
Remove some variable setting logic duplication
|
2014-04-24 20:14:19 -04:00 |
|
|
f5e23baf91
|
Update docs [ci-skip]
|
2014-04-24 17:08:09 -04:00 |
|
|
81be910014
|
Split Query Builder class
|
2014-04-24 17:07:50 -04:00 |
|
|
9da781dd26
|
Fix access of member variable
|
2014-04-24 16:28:48 -04:00 |
|
|
cf0035f8fb
|
Update docs [ci-skip]
|
2014-04-24 16:25:33 -04:00 |
|