Commit Graph

20 Commits

Author SHA1 Message Date
Timothy Warren 7fd90aba76 Remove Table Builder classes 2014-06-30 11:01:44 -04:00
Timothy Warren 6a38213a62 Improve some tests and docblocks 2014-04-28 16:41:46 -04:00
Timothy Warren 2ae38bea88 Remove some variable setting logic duplication 2014-04-24 20:14:19 -04:00
Timothy Warren 81be910014 Split Query Builder class 2014-04-24 17:07:50 -04:00
Timothy Warren 9da781dd26 Fix access of member variable 2014-04-24 16:28:48 -04:00
Timothy Warren 5b531cf588 De-duplicate truncate method of drivers 2014-04-24 16:25:04 -04:00
Timothy Warren 17354ee87e Move SQL and Util classes to their own namespaces 2014-04-24 15:32:09 -04:00
Timothy Warren 993a2aba51 Allow camelCase method calls, update interfaces with missing methods 2014-04-24 14:50:53 -04:00
Timothy Warren 6b814c06a0 Remove some duplication 2014-04-23 17:03:46 -04:00
Timothy Warren aa5aa8eb97 Docblock fixes and more dependency injection 2014-04-23 15:53:16 -04:00
Timothy Warren 0a64edd453 Fix some typos and docblocks 2014-04-22 14:02:54 -04:00
Timothy Warren 2f16b616ef Docblock updates 2014-04-15 16:16:15 -04:00
Timothy Warren 32696a53ff Flesh out the table builder a bit, and add some missing driver methods to SQLite 2014-04-10 15:54:43 -04:00
Timothy Warren 74d4a00eef Test improvements 2014-04-08 17:13:41 -04:00
Timothy Warren d06a3eda0d Add method to get indexes for the current table 2014-04-08 14:26:28 -04:00
Timothy Warren 9011678dc3 Add beginning of table builder classes 2014-04-07 18:28:53 -04:00
Timothy Warren 2af3b0be9f Add method to retrieve foreign keys for a table to driver classes 2014-04-07 16:49:49 -04:00
Timothy Warren 023aeb6dad Update some docblocks 2014-04-03 15:05:18 -04:00
Timothy Warren a3339200f0 Rename db_util to abstract_util, mark create_table method as deprecated 2014-04-03 14:44:03 -04:00
Timothy Warren 4809016c31 Add insert_batch methods to Firebird and SQLite 2014-04-03 13:28:30 -04:00