Commit Graph

135 Commits

Author SHA1 Message Date
Timothy Warren 4de23989a8 Add package items to docblocks 2012-04-20 13:30:27 -04:00
Timothy Warren 563181e136 Moved settings class test to Query 2012-04-13 13:53:24 -04:00
Timothy Warren 05fb6f5277 Fix test loading 2012-04-13 13:34:25 -04:00
Timothy Warren b559ec1bab Move db tests to Query only 2012-04-13 13:21:06 -04:00
Timothy Warren eea60cbd05 Move settings class to Query 2012-04-12 14:44:38 -04:00
Timothy Warren 5331c39060 Fix tests? 2012-04-12 14:11:27 -04:00
Timothy Warren cfb2ca3aab Fix test dir 2012-04-12 14:08:41 -04:00
Timothy Warren 6d9e20dc7f Move db methods to sub-module 2012-04-12 14:06:00 -04:00
Timothy Warren 8a3bba2c9a Rename 'test_dbs' folder to 'db_files' 2012-04-10 22:19:01 -04:00
Timothy Warren 4b5bc8ff5e Fix test loading 2012-04-10 22:12:46 -04:00
Timothy Warren db47f15fdd Rearrange db tests 2012-04-10 22:10:33 -04:00
Timothy Warren c4a99aee9a Added nbproject folder to gitignore 2012-04-10 18:53:39 -04:00
Timothy Warren db31bd1c26 Fix Firebird loading, miscellaneous SQL method improvements 2012-04-10 18:51:29 -04:00
Timothy Warren 49aa73196f Fix minor edge case 2012-04-10 15:47:59 -04:00
Timothy Warren b3306772f9 Normalize quote_ident method 2012-04-10 15:43:39 -04:00
Timothy Warren 05ec65091f Fix tests 2012-04-10 11:24:35 -04:00
Timothy Warren 9b3a242b04 Convert all errors to execeptions 2012-04-10 09:38:57 -04:00
Timothy Warren 4b5ba2a7dc Rearrange tests 2012-04-10 08:52:51 -04:00
Timothy Warren 57842a44b4 Fix posgres tests 2012-04-10 08:04:38 -04:00
Timothy Warren 851ff0b916 Rearrang mysql and sqlite drivers 2012-04-10 07:54:38 -04:00
Timothy Warren 5b39bdc179 Rearrange Firebird driver 2012-04-09 16:45:59 -04:00
Timothy Warren a43f04efd1 Reorganize db drivers 2012-04-09 15:41:48 -04:00
Timothy Warren d0a50e9c87 Move db drivers into sub-folders 2012-04-09 15:24:10 -04:00
Timothy Warren bc2636331c Remove duplicated method 2012-04-09 14:28:19 -04:00
Timothy Warren 6b722608b7 Split db_pdo and db_sql classes 2012-04-09 14:26:55 -04:00
Timothy Warren 700ae60110 Added more Firebird tests 2012-04-09 10:15:27 -04:00
Timothy Warren 4225dfa6e6 Update tests for meta-information methods 2012-04-09 09:57:21 -04:00
Timothy Warren 724e09371a Some new tests 2012-04-09 09:02:06 -04:00
Timothy Warren 29e8562191 Firebird corrections 2012-04-06 20:05:30 -04:00
Timothy Warren 13aa64d24d Minor Firebird fixes 2012-04-06 16:41:45 -04:00
Timothy Warren c4c4ab3950 fix tests 2012-04-04 10:52:45 -04:00
Timothy Warren 8c35ae3e96 Fix tests 2012-04-04 07:55:07 -04:00
Timothy Warren 96ada089ee Fix some tests 2012-04-02 10:52:46 -04:00
Timothy Warren fdc37f8819 Normalize database table listing 2012-04-02 10:23:27 -04:00
Timothy Warren 7075ae51fa Settings class tests 2012-03-28 12:51:13 -04:00
Timothy Warren b8f9f79179 Start of unit tests for settings class 2012-03-28 12:20:18 -04:00
Timothy Warren 225a5560fd Travis integration 2012-03-23 15:29:34 -04:00
Timothy Warren 9cb65f01a3 Added php.net links to README 2012-03-19 17:03:50 -04:00
Timothy Warren a59ab40061 Don't run tests on databases that don't exist!
And remove query echoing
2012-03-19 14:36:20 -04:00
Timothy Warren bf98dc55d4 Make tests less repeditive 2012-03-19 14:30:52 -04:00
Timothy Warren 86dd9ddebe Remove references to ibase_* methods 2012-03-19 12:20:51 -04:00
Timothy Warren a119dc5082 switch ibase_ methods to fbird_ methods 2012-03-19 12:04:10 -04:00
Timothy Warren 498fe54931 Added Postgres Tests 2012-03-19 10:19:34 -04:00
Timothy Warren 2b68dc505c Fixed mysql tests 2012-03-15 16:52:03 -04:00
Timothy Warren 70ccdfea0f MySQL tests 2012-03-15 16:39:01 -04:00
Timothy Warren 6efc5ef008 Fix issue #7 2012-03-15 14:04:45 -04:00
Timothy Warren 7275eb10fa Add __call to query builder 2012-03-15 13:31:23 -04:00
Timothy Warren 5e73938733 A few more query builder tests 2012-03-14 15:46:54 -04:00
Timothy Warren 01020853e2 Implemented where_in method of query builder 2012-03-14 13:32:18 -04:00
Timothy Warren b550cacdd6 Refactored query construction 2012-03-14 10:52:11 -04:00