Commit Graph

212 Commits

Author SHA1 Message Date
b8d4768b1b camelCase methods and properties 2016-10-13 21:55:23 -04:00
6740aaef79 PHP7 or bust! 2016-10-12 22:12:25 -04:00
3eb4d889f9 Add Or Not Like method 2016-10-12 20:32:23 -04:00
559c76f8d2 Switch build tool to Robo, use composer for autoloading 2016-09-07 13:06:28 -04:00
ac867c903a Actually fix failing test, remove some older test skips 2016-07-19 15:19:48 -04:00
757b83797f Fix some fragile tests for gitlab ci 2016-07-19 14:18:48 -04:00
ae9dc46a17 Actually use host in test connection for Postgres 2016-07-19 11:53:37 -04:00
f0704ed35e Use the correct password for the gitlab ci test setup 2016-07-19 11:34:38 -04:00
a7df1a0d0b Use special config for docker tests 2016-07-19 11:17:55 -04:00
bcfb0f2be8 Install missing apt package for docker, fix an issue running on jenkins 2016-07-15 16:17:49 -04:00
a1c3b9e7db Change test setup to be more extensible 2015-11-10 16:29:17 -05:00
1e2a7ee566 Actually fix tests 2015-11-10 11:18:11 -05:00
a27d639b13 Remove PDO Firebird driver 2015-11-10 09:20:13 -05:00
2a8664b92d Another attempt to get php to use interbase extension 2015-08-26 10:30:16 -04:00
d5c8212dd0 Another attempt to get php to use interbase extension 2015-08-26 10:21:12 -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
8511c6a445 Move library into src folder, fix simpletest test runner 2015-07-29 16:51:17 -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
232761398e Version 2.0.2, Adds checks for constants and functions in the common file 2015-06-04 15:27:55 -04:00
6755818232 Fix some issues with multiple array items in where statements 2014-11-07 12:14:46 -05: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
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
993a2aba51 Allow camelCase method calls, update interfaces with missing methods 2014-04-24 14:50:53 -04:00
aa5aa8eb97 Docblock fixes and more dependency injection 2014-04-23 15:53:16 -04:00
d6c0fd23dc Add update and delete rules to foreign key methods 2014-04-17 16:41:12 -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
02d4e0e52e improve query builder and connection manager, skip coverage of some soon-to-be-removed methods 2014-04-02 10:31:59 -04:00
a04b8b44ff Improve code coverage on a few stupid spots 2014-04-01 14:54:38 -04:00
32a01a66e8 Update docs, composer and README 2014-03-31 16:01:58 -04:00
7cf3c436dd Breakout Query function into its own class 2014-03-31 12:47:07 -04:00
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