|
1e31196dee
|
Add another test and try again
|
2014-02-06 17:07:29 -05:00 |
|
|
c07a4fcf14
|
Update sqlite test for explain, attempt firebird tests on Travis CI
|
2014-02-06 16:48:52 -05:00 |
|
|
8d7b73a9a3
|
Tracking down a test bug for sqlite
|
2014-02-06 16:15:23 -05:00 |
|
|
8dc2079d43
|
Add explain method to query builder
|
2014-02-04 20:59:30 -05:00 |
|
|
73d6e72afc
|
Improve test coverage of sql driver
|
2013-12-09 20:11:49 -05:00 |
|
|
7397b95e8b
|
Fix broken tests
|
2013-12-06 23:37:43 -05:00 |
|
|
c53024ae6a
|
Fix some issues with the grouping commands, and greatly expand test coverage
|
2013-12-06 23:00:32 -05:00 |
|
|
f6bfe414e6
|
Add insert batch as a function to overwrite in drivers
|
2013-05-03 13:07:34 -04:00 |
|
|
40c76b2653
|
Changed invalid methods to return NULL instead of FALSE, added insert_batch
|
2013-05-01 15:59:23 -04:00 |
|
|
0e44bbaf0d
|
Update year
|
2013-01-02 14:26:42 -05:00 |
|
|
6875de3e7c
|
Create query() method to handle database connections instead of Query_Builder class
|
2012-11-08 14:28:49 -05:00 |
|
|
60d5d99ee3
|
Fix test prefix
|
2012-11-07 08:46:04 -05:00 |
|
|
5ca46798ca
|
Misc typo fixes, fixes #4'
|
2012-11-07 08:42:34 -05:00 |
|
|
1e71b225c5
|
Make mysql/postgres drivers compatible with Quercus
|
2012-07-05 14:19:49 -04:00 |
|
|
7649f75cac
|
switch from pdo_drivers to PDO::getAvailableDrivers
|
2012-07-03 13:00:17 -04:00 |
|
|
257609168e
|
implemented mysql backup methods
|
2012-05-15 13:35:59 -04:00 |
|
|
eb5d30ab21
|
Improve 'type_list' methods
|
2012-05-08 15:37:36 -04:00 |
|
|
dcdf581998
|
Database connection tweaks
|
2012-05-02 12:53:34 -04:00 |
|
|
dc0a8b7bc1
|
More method simplification
|
2012-04-30 16:06:06 -04:00 |
|
|
9acb171729
|
Fix firebird tests
|
2012-04-24 14:03:54 -04:00 |
|
|
38aadabc9b
|
Test formatting cleanup
|
2012-04-24 14:00:44 -04:00 |
|
|
8fc9a7295d
|
Firebird fixes, moved num_rows() method to db_pdo class
|
2012-04-20 16:33:40 -04:00 |
|
|
62a7eaf73d
|
Add package docblock options
|
2012-04-20 13:17:39 -04:00 |
|
|
5d5588c909
|
Various tweaks
|
2012-04-18 16:28:12 -04:00 |
|
|
12f53c5fd5
|
Split off db_util classes for each driver
|
2012-04-18 15:53:06 -04:00 |
|
|
f03afaa98b
|
Made Firebird_Result class Extend PDOStatement
|
2012-04-17 16:57:28 -04:00 |
|
|
16ad8b15d0
|
Remove pointless ODBC tests
|
2012-04-17 15:05:36 -04:00 |
|
|
bf162323f0
|
Implemented 'having' and 'or_having' methods
|
2012-04-17 14:22:51 -04:00 |
|
|
9b9ea5aeed
|
Added 'distinct' method to query builder
|
2012-04-13 16:50:05 -04:00 |
|
|
e745750eca
|
Update test paths
|
2012-04-13 13:16:48 -04:00 |
|
|
272dfd62d4
|
Implement select_max, select_min, select_avg, and select_sum methods in query builder
|
2012-04-13 12:49:13 -04:00 |
|
|
15e7ef0832
|
Added 'get_where' method to query builder
Also added prep work for select_* methods
|
2012-04-13 11:53:11 -04:00 |
|
|
de34e24325
|
rearranged tests
|
2012-04-11 11:48:56 -04:00 |
|
|
d1ff8d2690
|
Fix mysql tests
|
2012-04-10 14:14:31 -04:00 |
|
|
71eca1986d
|
fix tests
|
2012-04-10 14:13:08 -04:00 |
|
|
86fe790f28
|
Reorganize drivers
|
2012-04-10 14:06:34 -04:00 |
|
|
554d666430
|
Remove echo statement
|
2012-03-22 16:48:09 -04:00 |
|
|
6974a04ffd
|
fix pgsql tests
|
2012-03-22 16:46:47 -04:00 |
|
|
6c932bf576
|
Fix postgres tests?
|
2012-03-22 16:38:07 -04:00 |
|
|
2355ca3b0d
|
getenv?
|
2012-03-22 16:33:28 -04:00 |
|
|
514ed88f71
|
getenv?
|
2012-03-22 16:28:31 -04:00 |
|
|
a75efa93f1
|
Lets try posgres
|
2012-03-22 16:26:17 -04:00 |
|
|
18489b4302
|
Connect with default username/pass if running on Travis
|
2012-03-22 16:19:36 -04:00 |
|
|
632427e164
|
The type is important\!
|
2012-03-22 16:14:36 -04:00 |
|
|
69995baa6d
|
It connects, right?
|
2012-03-22 16:12:54 -04:00 |
|
|
3991dbc6a4
|
Query builder mysql tests
|
2012-03-22 16:10:12 -04:00 |
|
|
8e6619bda5
|
Attempt with mysql
|
2012-03-22 15:59:03 -04:00 |
|
|
34bb867575
|
Minor test cleanup
|
2012-03-19 14:30:13 -04:00 |
|
|
9ed4accc54
|
Removed query statement output
|
2012-03-19 13:58:14 -04:00 |
|
|
58719d6ab5
|
Made db tests less redundant
|
2012-03-19 13:38:49 -04:00 |
|
|
0c82208694
|
Autoloader, and beginning of simplified testing
|
2012-03-19 13:24:36 -04:00 |
|
|
c024e4a5fc
|
Added postgres tests
|
2012-03-19 10:40:16 -04:00 |
|
|
1178b5704d
|
Fix mysql create_table method
|
2012-03-15 16:12:20 -04:00 |
|
|
0567c3443f
|
Merge branch 'master' of github.com:aviat4ion/Query
|
2012-03-15 15:46:49 -04:00 |
|
|
2f4dfd9d9e
|
Added mysql tests
|
2012-03-15 15:46:04 -04:00 |
|
|
a304ffd134
|
Overhaul firebird driver to better match PDO interface.
|
2012-03-15 14:09:45 -04:00 |
|
|
da107cf6e3
|
Initial Commit
|
2012-03-15 09:25:18 -04:00 |
|