|
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 |
|
|
cd7f904889
|
Add pdo_firebird driver
|
2015-07-20 15:24:21 -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 |
|
|
bfc3ea33ca
|
Reorganize drivers into a more modern layout
|
2015-07-16 16:56:13 -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 |
|
|
80595dfbbe
|
Update foreign key driver methods to return the same kind of information
|
2014-04-15 16:15:08 -04:00 |
|
|
32696a53ff
|
Flesh out the table builder a bit, and add some missing driver methods to SQLite
|
2014-04-10 15:54:43 -04:00 |
|
|
3ce35d78d2
|
Fix tests, by fixing some issues with auto-prefixing table names
|
2014-04-09 10:30:01 -04:00 |
|
|
74d4a00eef
|
Test improvements
|
2014-04-08 17:13:41 -04:00 |
|
|
303eda1567
|
Fix sql test errors
|
2014-04-08 15:38:18 -04:00 |
|
|
b40b085ae5
|
Add test sql files
|
2014-04-08 15:18:51 -04:00 |
|
|
d06a3eda0d
|
Add method to get indexes for the current table
|
2014-04-08 14:26:28 -04:00 |
|
|
2af3b0be9f
|
Add method to retrieve foreign keys for a table to driver classes
|
2014-04-07 16:49:49 -04:00 |
|
|
3eeea75b54
|
Cut down on some duplication, and increase test coverage
|
2014-04-03 16:49:01 -04:00 |
|
|
a3339200f0
|
Rename db_util to abstract_util, mark create_table method as deprecated
|
2014-04-03 14:44:03 -04:00 |
|
|
4809016c31
|
Add insert_batch methods to Firebird and SQLite
|
2014-04-03 13:28:30 -04:00 |
|
|
e3fdad5206
|
Namespaces!
|
2014-04-02 17:08:50 -04: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 |
|
|
003991659a
|
Fix failing test on HHVM
|
2014-02-20 10:31:54 -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 |
|
|
5125ac4e31
|
Convert test suite to use PHPUnit
|
2014-02-14 22:08:19 -05:00 |
|
|
29f824b562
|
Reorganize sqlite tests and improve coverage
|
2014-02-07 14:18:08 -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 |
|
|
f6bfe414e6
|
Add insert batch as a function to overwrite in drivers
|
2013-05-03 13:07:34 -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 |
|
|
5ca46798ca
|
Misc typo fixes, fixes #4'
|
2012-11-07 08:42:34 -05:00 |
|
|
dc0a8b7bc1
|
More method simplification
|
2012-04-30 16:06:06 -04:00 |
|
|
38aadabc9b
|
Test formatting cleanup
|
2012-04-24 14:00:44 -04:00 |
|
|
12f53c5fd5
|
Split off db_util classes for each driver
|
2012-04-18 15:53:06 -04:00 |
|
|
de34e24325
|
rearranged tests
|
2012-04-11 11:48:56 -04:00 |
|