Commit Graph

471 Commits

Author SHA1 Message Date
Timothy Warren a04b8b44ff Improve code coverage on a few stupid spots 2014-04-01 14:54:38 -04:00
Timothy Warren 235f93bdc4 Simplify a method in the connection manager 2014-04-01 14:06:49 -04:00
Timothy Warren 3fd4580721 Remove redundant method 2014-03-31 16:35:02 -04:00
Timothy Warren 9fbf9cf82a HHVM is required to pass, minor fixes 2014-03-31 16:20:14 -04:00
Timothy Warren 32a01a66e8 Update docs, composer and README 2014-03-31 16:01:58 -04:00
Timothy Warren 621c2b7d91 Update docs 2014-03-31 13:32:35 -04:00
Timothy Warren 23c1cf0e5b Improvements for scrutinizer 2014-03-31 12:58:43 -04:00
Timothy Warren 7cf3c436dd Breakout Query function into its own class 2014-03-31 12:47:07 -04:00
Timothy Warren 955dc78913 Fix some docblocks 2014-03-28 15:34:48 -04:00
Timothy Warren 65b10c52c9 Miscellaneous cleanup 2014-03-28 15:16:39 -04:00
Timothy Warren b3d3c3f35d Rename interfaces from iFoo to Foo_Interface 2014-03-28 13:38:34 -04:00
Timothy Warren e9e03953a7 Moved protected query builder methods to abstract class 2014-03-27 15:46:28 -04:00
Timothy Warren 5b908f5816 Add abstract class for sql classes to have base limit method 2014-03-26 21:33:58 -04:00
Timothy Warren 3a16f3c65b Make sqlite limit statement more different than mysql limit statement 2014-03-26 21:19:24 -04:00
Timothy Warren 50cfa0f888 Update scrutinizer config, again 2014-03-26 21:12:40 -04:00
Timothy Warren 68c640ef0e Update scrutinizer config, and fix HHVM issue 2014-03-26 21:05:52 -04:00
Timothy Warren 22f28b766b Remove PDO_Firebird driver 2014-03-26 20:54:40 -04:00
Timothy Warren 846e68acc4 Add interface for pdo drivers to enforce the same interface on the Firebird driver 2014-03-26 20:49:33 -04:00
Timothy Warren 56c061a7d1 Split _compile method in query_builder class 2014-03-20 11:57:50 -04:00
Timothy Warren f1c19acd86 Update pdo_driver classes 2014-03-20 11:28:07 -04:00
Timothy Warren c857671802 Update readme with new quality and coverage buttons 2014-03-20 11:25:16 -04:00
Timothy Warren af73f80558 Remove pointless constructor over-riding 2014-03-20 11:20:30 -04:00
Timothy Warren 7a78dc8b79 Remove code style sniff from scrutinizer 2014-03-20 11:11:25 -04:00
Timothy Warren b4a661c82a Fix code coverage, maybe 2014-03-20 11:06:44 -04:00
Timothy Warren f817818bc6 Use scrutinizer for test coverage 2014-03-20 10:49:15 -04:00
Timothy Warren 97275ba404 Update some docblocks for __called methods 2014-03-17 20:20:53 -04:00
Timothy Warren df5b4b9034 Fix more code quality issues 2014-03-17 20:12:58 -04:00
Timothy Warren b6192e6c0a More appeasement of scrutinizer-ci 2014-03-17 19:52:43 -04:00
Timothy Warren 0ae237ab33 Merge pull request #2 from timw4mail/scrutinizer-patch-1
Scrutinizer Auto-Fixes
2014-03-17 19:45:55 -04:00
Timothy Warren 97730f0002 Fix some code quality issues 2014-03-17 19:45:41 -04:00
Scrutinizer Auto-Fixer 2b4154a91b Scrutinizer Auto-Fixes
This patch was automatically generated as part of the following inspection:
https://scrutinizer-ci.com/g/timw4mail/Query/inspections/89ed2aa4-7aae-45bb-9289-ebb27a60ef13

Enabled analysis tools:
 - PHP Analyzer
 - PHP Copy/Paste Detector
 - PHP PDepend
2014-03-18 00:35:25 +01:00
Timothy Warren 5e464ef158 Remove some dead code, update docs 2014-03-17 19:34:48 -04:00
Timothy Warren 00374bbde3 Start of pdo_firebird driver 2014-03-01 01:28:42 +00:00
Timothy Warren 6defb8d06c Fix broken test by commiting all the files 2014-02-25 13:55:19 -05:00
Timothy Warren 620441a9a3 Better test coverage 2014-02-25 13:47:35 -05:00
Timothy Warren 1084f75730 Update README with more badges 2014-02-25 12:28:21 -05:00
Timothy Warren 29f2068021 Fix travis config file 2014-02-25 12:21:15 -05:00
Timothy Warren 05f6bbd409 Add coverage badge to readme file 2014-02-25 12:04:51 -05:00
Timothy Warren b953b23ebd Try out coveralls 2014-02-25 11:59:28 -05:00
Timothy Warren 1e5d941eb4 Update docs 2014-02-25 11:33:18 -05:00
Timothy Warren 3c16ca7253 Fix error in < 5.3 in Query Builder 2014-02-21 15:08:00 -05:00
Timothy Warren 4702ccb2b3 No more skipped tests, and minor update to query formatting 2014-02-21 15:02:41 -05:00
Timothy Warren 81692053ed Better Firebird test coverage 2014-02-20 11:00:18 -05:00
Timothy Warren 003991659a Fix failing test on HHVM 2014-02-20 10:31:54 -05:00
Timothy Warren 484548dc49 Remove PHP 5.2 from testing 2014-02-19 13:45:05 -05:00
Timothy Warren 65de660bff Make HHVM optional with the correct syntax 2014-02-18 20:14:27 -05:00
Timothy Warren ab3b802cff Make HHVM an optional test case 2014-02-18 19:57:54 -05:00
Timothy Warren 0b6a3aeef5 Fix test broken by invalid test parameters 2014-02-18 19:45:08 -05:00
Timothy Warren 96f55f2ef5 100% code coverage of the base classes 2014-02-18 19:29:58 -05:00
Timothy Warren baef7ef216 Update composer.json and remove unsupported ODBC driver 2014-02-18 15:44:20 -05:00