Commit Graph

544 Commits

Author SHA1 Message Date
Timothy Warren 4ea0406909 Update Docs 2015-06-04 15:24:44 -04:00
Timothy Warren 6c757f1cb1 Update docs 2014-11-07 12:21:49 -05:00
Timothy Warren 6755818232 Fix some issues with multiple array items in where statements 2014-11-07 12:14:46 -05:00
Timothy Warren e0bc5ce903 Merge pull request #3 from timw4mail/scrutinizer-patch-1
Some docblock fixes.
2014-08-08 14:17:59 -04:00
Scrutinizer Auto-Fixer e51fe2be5f Scrutinizer Auto-Fixes
This patch was automatically generated as part of the following inspection:
https://scrutinizer-ci.com/g/timw4mail/Query/inspections/d131279f-a838-49e5-bbfb-20c256a06153

Enabled analysis tools:
 - PHP Analyzer
 - PHP Mess Detector
 - PHP Lines Of Code
 - PHP PDepend
 - External Code Coverage
 - PHP HHVM
 - PHP Similarity Analyzer
 - PHP Change Tracking Analyzer
2014-08-08 20:02:14 +02:00
Timothy Warren 5968696c12 Re-generate docs 2014-08-08 13:50:55 -04:00
Timothy Warren dd672df81d Reorganize classes to autoload by namespace 2014-08-08 13:48:20 -04:00
Timothy Warren c65c7129a7 Update generated docs 2014-08-08 12:48:30 -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 676f432d2d Add final phpci config 2014-07-15 11:09:05 -04:00
Timothy Warren 2ae206462d Fix some very minor code quality issues 2014-07-15 11:01:47 -04:00
Timothy Warren 023093c1f1 Fix Firebird tests on phpci 2014-07-14 15:17:16 -04:00
Timothy Warren 884aa10a3b Setup phpci 2014-07-11 11:31:29 -04:00
Timothy Warren 2ccac504da Fix small docblock discrepency 2014-06-30 11:21:40 -04:00
Timothy Warren d4838bada3 Add an additional type check to limit 2014-06-30 11:16:50 -04:00
Timothy Warren 618a561c71 Fix minor issue of where clause disappearing after a number of joins 2014-06-30 11:14:37 -04:00
Timothy Warren 7fd90aba76 Remove Table Builder classes 2014-06-30 11:01:44 -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 6a38213a62 Improve some tests and docblocks 2014-04-28 16:41:46 -04:00
Timothy Warren 315dc5e1c5 method shortening 2014-04-24 21:29:40 -04:00
Timothy Warren 2ae38bea88 Remove some variable setting logic duplication 2014-04-24 20:14:19 -04:00
Timothy Warren f5e23baf91 Update docs [ci-skip] 2014-04-24 17:08:09 -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 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