Commit Graph

33 Commits

Author SHA1 Message Date
Timothy Warren a1c3b9e7db Change test setup to be more extensible 2015-11-10 16:29:17 -05:00
Timothy Warren 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
Timothy Warren 8511c6a445 Move library into src folder, fix simpletest test runner 2015-07-29 16:51:17 -04:00
Timothy Warren bfc3ea33ca Reorganize drivers into a more modern layout 2015-07-16 16:56:13 -04:00
Timothy Warren 232761398e Version 2.0.2, Adds checks for constants and functions in the common file 2015-06-04 15:27:55 -04:00
Timothy Warren dd672df81d Reorganize classes to autoload by namespace 2014-08-08 13:48:20 -04:00
Timothy Warren 0a0548d754 Remove some useless code, extract an exception into its own class 2014-08-08 12:48:14 -04:00
Timothy Warren 1abd835f47 Attempting some Quercus compatibility, test-suite runs with simpletest as well as PHPUnit 2014-06-09 17:02:14 -04:00
Timothy Warren 4809016c31 Add insert_batch methods to Firebird and SQLite 2014-04-03 13:28:30 -04:00
Timothy Warren 600c07f1ca Move abstract classes and interfaces to their own respective folders 2014-04-02 22:40:54 -04:00
Timothy Warren e3fdad5206 Namespaces! 2014-04-02 17:08:50 -04:00
Timothy Warren 32a01a66e8 Update docs, composer and README 2014-03-31 16:01:58 -04:00
Timothy Warren 5e464ef158 Remove some dead code, update docs 2014-03-17 19:34:48 -04:00
Timothy Warren 6defb8d06c Fix broken test by commiting all the files 2014-02-25 13:55:19 -05:00
Timothy Warren d4e99aa5cd Test and doc updates 2014-02-07 16:53:01 -05:00
Timothy Warren 6dc9ed0d52 Update copyright for the new year 2014-01-02 12:36:50 -05:00
Timothy Warren 0e44bbaf0d Update year 2013-01-02 14:26:42 -05:00
Timothy Warren 6ecfb40c87 More cleanup/ refactoring 2012-10-31 20:21:15 +00:00
Timothy Warren 13a37e10f2 Remove some references, and add autoload parameter to composer.json 2012-09-25 14:16:01 +00:00
Timothy Warren a4f730b081 Fixed issue with multiple fields in order_by, removed extranious spaces in SQL generation 2012-08-23 01:17:27 +00:00
Timothy Warren 7649f75cac switch from pdo_drivers to PDO::getAvailableDrivers 2012-07-03 13:00:17 -04:00
Timothy Warren 35b21c31a5 Adjust autoloader 2012-05-29 14:52:27 -04:00
Timothy Warren 93ddd7baec Fix autoloading issue 2012-05-21 18:00:18 -04:00
Timothy Warren 2c67dd03cc Set up autoloader 2012-05-21 15:18:06 -04:00
Timothy Warren bf3b072124 change db_filter function to use less memory 2012-05-14 12:34:12 -04:00
Timothy Warren dc0a8b7bc1 More method simplification 2012-04-30 16:06:06 -04:00
Timothy Warren 62a7eaf73d Add package docblock options 2012-04-20 13:17:39 -04:00
Timothy Warren 845e0fee08 Added class reference in docs folder, improved comment consistency in classes 2012-04-19 11:42:50 -04:00
Timothy Warren f03afaa98b Made Firebird_Result class Extend PDOStatement 2012-04-17 16:57:28 -04:00
Timothy Warren 74e8f99fd8 Fix autoloader for later inclusion 2012-04-12 14:00:42 -04:00
Timothy Warren 9a34fcffb2 Minor filestructure re-arrangement 2012-04-12 13:44:31 -04:00
Timothy Warren 86fe790f28 Reorganize drivers 2012-04-10 14:06:34 -04:00
Timothy Warren 0c82208694 Autoloader, and beginning of simplified testing 2012-03-19 13:24:36 -04:00