summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-01-05docker image for php 5.2 testingSimon Holywell
2018-01-04individually insert test rows for SQLite pre 3.7.11Simon Holywell
2018-01-03Closes #319 - no reset on cached responseSimon Holywell
2016-12-14#236 add test proving multiple raw wheres workSimon Holywell
2016-12-14Fix up test procedures for idiormSimon Holywell
2016-12-14Merge branch 'bugfix-orm-is-dirty' of https://github.com/tentwofour/idiorm in...Simon Holywell
2015-04-07Update ORM#is_dirty - swapped isset() for array_key_exists() - isset() will r...blair
2014-06-24Support named placeholders logging and testKunio Murasawa
2014-06-22Added custom caching functionsPeter Ivanov
2014-06-19Update tests to not expect generic exception, as PHPUnit < 3.7 (PHP 5.2) can'...Mitch
2014-06-19Fix merge conflictsMitch
2014-06-08update bindParams to bindParamSoufiane Ghzal
2014-06-07Tests for 27fb7f29a849270b329533b8f7944beb163b1c06Mitch
2014-06-07MockPDOStatement::execute() Strict StandardsMitch
2014-05-29Fixed testing logic.Stefan Andres Charsley
2014-05-29Fixed testing.Stefan Andres Charsley
2014-05-28Merge pull request #202 from lrlopez/where_id_in-2Simon Holywell
2014-05-28Merge pull request #201 from lrlopez/where_any_isSimon Holywell
2014-05-18where_id_in() for selecting multiple records by primary keyLuis Ramón López
2014-05-18Multiple OR'ed conditions supportLuis Ramón López
2014-05-06Modify test to run query with db not explicitly setAndrew Meredith
2014-04-261. Adjustment of code to work with multiple raw_joins 2. Test multiple raw joinsIgor Moiseev
2014-04-26Implemetation of raw_joinIgor Moiseev
2014-04-26Tests for compound primary keys queries addedLuis Ramón López
2014-04-26INSERT queries are now compound primary keys awareLuis Ramón López
2014-04-26FIX: Added parameter array checkingStefan Andres Charsley
2014-04-26FIX: Added parameter array checkingStefan Andres Charsley
2014-04-26FIX: Added parameter array checkingStefan Andres Charsley
2014-04-26FIX: Added parameter array checkingStefan Andres Charsley
2014-04-26FIX: Added parameter array checkingStefan Andres Charsley
2014-04-26FIX: Added parameter array checkingStefan Andres Charsley
2014-04-26FIX: Added parameter array checkingStefan Andres Charsley
2014-04-26FIX: Added parameter array checkingStefan Andres Charsley
2014-04-26Added parameter array checkingStefan Andres Charsley
2014-01-23Merge branch 'develop' of github.com:j4mie/idiorm into developSimon Holywell
2014-01-23Issue #176 add test for reported case - passesSimon Holywell
2013-12-26Adds regression tests for missing magic method calls to ORM and IdiormResultSetmichaelward82
2013-08-30Minor improvement to test/bootstrap.phpSimon Holywell
2013-08-30Repair mock results generatorSimon Holywell
2013-08-28Add MS SQL `TOP` style syntax supportSimon Holywell
2013-08-28Merge branch 'master' of https://github.com/JoelMarcey/idiorm into developSimon Holywell
2013-08-28Correct class nameSimon Holywell
2013-08-28Test and document the query logger callbackSimon Holywell
2013-08-28Repair state after completing testSimon Holywell
2013-08-28Document and test PSR-1 compliant method accessSimon Holywell
2013-08-28Update bootstrap.php so the tests can run on both HHVM and ZendJoel Marcey
2013-08-28Merge branch 'vicvicvic-wherealias' of https://github.com/vicvicvic/idiorm in...Simon Holywell
2013-08-28Merge pull request #120 from tassoevan/developSimon Holywell
2013-08-18Corrects typo in "testJoinWithAliasesAndWhere" method name.Victor Andrée
2013-08-16Add static method `get_config`Mike Estes