Commit Graph

471 Commits

Author SHA1 Message Date
Timothy Warren 9da781dd26 Fix access of member variable 2014-04-24 16:28:48 -04:00
Timothy Warren cf0035f8fb Update docs [ci-skip] 2014-04-24 16:25:33 -04:00
Timothy Warren 5b531cf588 De-duplicate truncate method of drivers 2014-04-24 16:25:04 -04:00
Timothy Warren 9b3cb6c42a Update docs [skip-ci] 2014-04-24 15:32:28 -04:00
Timothy Warren 17354ee87e Move SQL and Util classes to their own namespaces 2014-04-24 15:32:09 -04:00
Timothy Warren 5478de08a0 Update docs [ci-skip] 2014-04-24 14:54:08 -04:00
Timothy Warren 993a2aba51 Allow camelCase method calls, update interfaces with missing methods 2014-04-24 14:50:53 -04:00
Timothy Warren ff77cea041 Remove __call method from util classes 2014-04-24 13:42:01 -04:00
Timothy Warren 1f744088f2 Reduce complexity of create_table method 2014-04-24 13:08:26 -04:00
Timothy Warren 0baf624e8b Fix a few spelling mistakes 2014-04-24 11:31:03 -04:00
Timothy Warren 6708a5f548 Update docs 2014-04-24 11:25:12 -04:00
Timothy Warren 6b814c06a0 Remove some duplication 2014-04-23 17:03:46 -04:00
Timothy Warren fddd92a375 Fix some more docblocks 2014-04-23 16:27:43 -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 d6c0fd23dc Add update and delete rules to foreign key methods 2014-04-17 16:41:12 -04:00
Timothy Warren bfeaf76f9c Update travis file 2014-04-15 16:34:33 -04:00
Timothy Warren 2f16b616ef Docblock updates 2014-04-15 16:16:15 -04:00
Timothy Warren 80595dfbbe Update foreign key driver methods to return the same kind of information 2014-04-15 16:15:08 -04:00
Timothy Warren 64a6878a47 Update docs [skip ci] 2014-04-15 16:13:18 -04:00
Timothy Warren 879e51644e Update docs [ci skip] 2014-04-10 15:55:52 -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 3cc260b779 Deduplicate error methods in Firebird_Result class 2014-04-09 13:20:30 -04:00
Timothy Warren 9f93d1ce35 Update docs 2014-04-09 13:19:59 -04:00
Timothy Warren fde92bcb50 Fix a few code quality issues 2014-04-09 10:55:17 -04:00
Timothy Warren 3ce35d78d2 Fix tests, by fixing some issues with auto-prefixing table names 2014-04-09 10:30:01 -04:00
Timothy Warren 74d4a00eef Test improvements 2014-04-08 17:13:41 -04:00
Timothy Warren 303eda1567 Fix sql test errors 2014-04-08 15:38:18 -04:00
Timothy Warren d87de2ba47 Fix sqlite tests 2014-04-08 15:19:47 -04:00
Timothy Warren b40b085ae5 Add test sql files 2014-04-08 15:18:51 -04:00
Timothy Warren 85b804adaa Update drivers with missing method 2014-04-08 14:43:07 -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 87754e6f2c Micro-optimization for MySQL order by rand 2014-04-07 10:02:52 -04:00
Timothy Warren 3eeea75b54 Cut down on some duplication, and increase test coverage 2014-04-03 16:49:01 -04:00
Timothy Warren 023aeb6dad Update some docblocks 2014-04-03 15:05:18 -04:00
Timothy Warren cb0b2a9e90 Update docs 2014-04-03 14:50:36 -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
Timothy Warren 600c07f1ca Move abstract classes and interfaces to their own respective folders 2014-04-02 22:40:54 -04:00
Timothy Warren bccea8cd2b A little cleanup of parser and connection code 2014-04-02 18:53:48 -04:00
Timothy Warren 57f1c38bcc Fix docs 2014-04-02 17:09:34 -04:00
Timothy Warren e3fdad5206 Namespaces! 2014-04-02 17:08:50 -04:00
Timothy Warren 5bc366c977 Code improvements 2014-04-02 15:11:46 -04:00
Timothy Warren 9c55ed51c0 Remove an unneeded parameter from Query Builder and fix some docs 2014-04-02 11:52:55 -04:00
Timothy Warren 405ff86cbc Update docs 2014-04-02 11:02:18 -04:00
Timothy Warren 02d4e0e52e improve query builder and connection manager, skip coverage of some soon-to-be-removed methods 2014-04-02 10:31:59 -04:00
Timothy Warren 482f36ea24 Improve the query builder with a helper method 2014-04-01 16:31:08 -04:00
Timothy Warren 14a4449f3f Simplify and shorten methods to increase code quality 2014-04-01 15:41:38 -04:00