Commit Graph

135 Commits

Author SHA1 Message Date
105a086603 Implemented quote and backup_data methods in firebird driver 2012-02-28 20:44:14 -05:00
dec1a1714f added backup_structure and backup_data methods to db classes 2012-02-28 16:02:37 -05:00
f10f3f13f4 Removed source folder 2012-02-28 14:58:52 -05:00
d29d433d3c Various db class improvements, more SQLite tests 2012-02-28 12:28:56 -05:00
9b6306a713 Fix failing sqlite test 2012-02-28 11:30:24 -05:00
dda089bfc6 Moved datagrid to widgets 2012-02-24 14:18:34 -05:00
89a014685d Fixed prepared statements in Firebird driver 2012-02-23 11:26:08 -05:00
6a60b32ef0 Firebird Prepared Statement test 2012-02-23 09:25:10 -05:00
f335fa744d Fixed misnamed tests 2012-02-22 09:37:14 -05:00
70317994c7 Fixed table escaping issue in Firebird driver 2012-02-13 16:17:36 -05:00
043f88691c DB Test Updates 2012-02-13 13:46:53 -05:00
f6e08d8765 Firebird updates 2012-02-10 17:57:10 -05:00
13e3c3f807 Firebird test fixes - Not sure why the create table test fails - the table is created 2012-02-10 15:09:39 -05:00
bf0001ad7d Added get_system_tables function to db classes, added _manip subclasses to mysql and pgsql 2012-02-10 13:13:19 -05:00
438f50b4de Db permissions 2012-02-09 15:46:47 -05:00
49dc7fad11 Fix Firebird Tests, update README 2012-02-09 12:00:39 -05:00
c36cd13dd6 Added another link to dev guide 2012-02-08 17:32:40 -05:00
9f6222500a Fix test db permissions, disable firebird tests for now 2012-02-08 15:39:41 -05:00
11060a2771 Firebird tests, added dev guide 2012-02-08 15:05:28 -05:00
d8b4424c0f Added create_table method to firebird_manip class 2012-02-08 13:42:49 -05:00
acef1818ae Permission fixing for test dbs 2012-02-08 10:39:22 -05:00
5fbcd5fe04 Creating/Deleting SQLite tables works 2012-02-08 09:01:51 -05:00
dc6c9bf141 SQLite tests 2012-02-07 20:31:36 -05:00
9ddab65bc0 Fixed create_database function signature, fixed typo in README 2012-02-07 16:23:41 -05:00
4182776c21 Split database manipulation classes from database classes 2012-02-07 15:27:33 -05:00
ee4c537fc3 Update README 2012-02-07 11:21:37 -05:00
87b5c2aede A little test cleanup 2012-02-07 08:45:56 -05:00
444a8a1778 Fix broken paths to test databases 2012-02-07 08:31:01 -05:00
d3fd23af59 Some db sanity checks 2012-02-07 08:18:38 -05:00
7f084e9438 Fixed test fatal error due to misisng class 2012-02-06 22:05:53 -05:00
87b55c11db Fixed warning in test 2012-02-06 22:04:03 -05:00
6180c4816f Load db tests based on php capabilities 2012-02-06 21:59:34 -05:00
a412294d76 Firebird improvements, added sqlite and firebird databases for testing 2012-02-06 19:18:44 -05:00
9808bdcbac Added some unit tests 2012-02-02 19:04:10 -05:00
c85f791de5 Lots of updates
Added mention of Mariadb to read me, made db_pdo an abstract class,
created manip_subclasses for database drivers, created start of unit
tests.
2012-02-02 17:43:15 -05:00