|
22f28b766b
|
Remove PDO_Firebird driver
|
2014-03-26 20:54:40 -04:00 |
|
|
846e68acc4
|
Add interface for pdo drivers to enforce the same interface on the Firebird driver
|
2014-03-26 20:49:33 -04:00 |
|
|
5e464ef158
|
Remove some dead code, update docs
|
2014-03-17 19:34:48 -04:00 |
|
|
00374bbde3
|
Start of pdo_firebird driver
|
2014-03-01 01:28:42 +00:00 |
|
|
620441a9a3
|
Better test coverage
|
2014-02-25 13:47:35 -05:00 |
|
|
4702ccb2b3
|
No more skipped tests, and minor update to query formatting
|
2014-02-21 15:02:41 -05:00 |
|
|
81692053ed
|
Better Firebird test coverage
|
2014-02-20 11:00:18 -05:00 |
|
|
003991659a
|
Fix failing test on HHVM
|
2014-02-20 10:31:54 -05:00 |
|
|
0b6a3aeef5
|
Fix test broken by invalid test parameters
|
2014-02-18 19:45:08 -05:00 |
|
|
96f55f2ef5
|
100% code coverage of the base classes
|
2014-02-18 19:29:58 -05:00 |
|
|
1095e85762
|
Fix some docblocks, and update test files to 2014
|
2014-02-18 15:18:01 -05:00 |
|
|
f6d50c678b
|
Fix some test issues and allow persistent database connections
|
2014-02-18 14:50:20 -05:00 |
|
|
df84a3fe70
|
Work around MySQL issues in testsuite
|
2014-02-17 20:10:47 -05:00 |
|
|
348967d17a
|
Skip QB tests for Postgres if the class isn't loaded
|
2014-02-17 19:34:47 -05:00 |
|
|
2465941fdf
|
Skip Postgres tests if the class isn't loaded
|
2014-02-17 19:12:53 -05:00 |
|
|
a443bbc86d
|
Fix Firebird loading issue for tests
|
2014-02-14 22:52:56 -05:00 |
|
|
5125ac4e31
|
Convert test suite to use PHPUnit
|
2014-02-14 22:08:19 -05:00 |
|
|
4cb7c97c60
|
Minor query formatting changes
|
2014-02-14 10:38:25 -05:00 |
|
|
d4e99aa5cd
|
Test and doc updates
|
2014-02-07 16:53:01 -05:00 |
|
|
7c0b951539
|
More firebird coverage
|
2014-02-07 15:43:25 -05:00 |
|
|
29f824b562
|
Reorganize sqlite tests and improve coverage
|
2014-02-07 14:18:08 -05:00 |
|
|
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 |
|