summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-26FIX: Added parameter array checkingStefan Andres Charsley
Fixed the regex not having backslashes escaped.
2014-04-26FIX: Added parameter array checkingStefan Andres Charsley
Updated regex to disregard placeholders within quotes.
2014-04-26FIX: Added parameter array checkingStefan Andres Charsley
Fixed regex issue that caused almost all tests to fail.
2014-04-26Added parameter array checkingStefan Andres Charsley
Testing: Checks the parameter array to ensure the correct number of values inside the parameter with sequential integer indexes. Production: Strips out any non-integer indexes from the parameter array inside the _log_query function.
2014-04-26Merge precedence docsSimon Holywell
2014-04-26Note about precedenceThomas Dybdahl Ahle
2014-04-20Update the docs to reflect logger changes@Simon Holywell
2014-04-20Update readme with addition notesSimon Holywell
2014-04-20Merge branch 'master' of github.com:AgelxNash/idiorm into developSimon Holywell
Conflicts: idiorm.php
2014-02-25Add composer badgesSimon Holywell
2014-02-14Query TimeAgelxNash
2014-01-23Merge branch 'develop' of github.com:j4mie/idiorm into developSimon Holywell
2014-01-23Issue #176 add test for reported case - passesSimon Holywell
2014-01-21Remove Durham and increment copyright yearSimon Holywell
2013-12-26Add change log detailsSimon Holywell
2013-12-26Adds regression tests for missing magic method calls to ORM and IdiormResultSetmichaelward82
2013-12-26Adds new IdiormMethodMissingException class for missing magic method calls ↵michaelward82
to ORM and IdiormResultSet
2013-12-26Merge pull request #150 from herroffizier/masterSimon Holywell
Improving typecasting for aggregate db functions
2013-12-26Merge branch 'lazy-setup-db' of https://github.com/falmp/idiorm into developSimon Holywell
2013-12-26Allow unsetting the db (ORM::set_db(null)) to make the test work againMichel Kollenhoven
2013-12-13Add HHVM to build matrix EditPaul Tarjan
Now that HHVM can run your projects, lets keep it that way
2013-12-12Issue #156 findMany() returns only the last record in a setSimon Holywell
2013-12-12Issue #156 findMany() returns only the last record in a setSimon Holywell
2013-11-20Removed premature optimization as requestedfalmp
2013-10-02Changed $_db access to ensure it's always properly setupfalmp
Changed configure() to directly set $_config Fixed typo on comment ('mulitple' -> 'multiple')
2013-09-12improved typecasting for aggregate db functionsm4
2013-09-05Add release date to changelogSimon Holywell
2013-09-03Document latest changesSimon Holywell
2013-09-03Merge branch 'master' of https://github.com/ulrikjohansson/idiorm into developSimon Holywell
2013-09-02Correct docblock type hint for set_db($db)Ulrik Johansson
2013-09-02Merge branch 'patch-1' of https://github.com/fridde/idiorm into developSimon Holywell
2013-09-01Minor confusionfridde
2013-08-30Minor improvement to test/bootstrap.phpSimon Holywell
2013-08-30Repair mock results generatorSimon Holywell
2013-08-30Fix build - forgot function keywordSimon Holywell
2013-08-30Allow `set()` and `set_expr()` calls to be chainedErik Wiesenthal
2013-08-30Document array index changeSimon Holywell
2013-08-30Issue #133 find_many returns an associative arrayErik Wiesenthal
2013-08-29Improve the changelog and add feature complete messageSimon 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-28fix travisSam
2013-08-28logger callbackSam
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
PDOStatement does not have a direct constructor (i.e., __construct). Newing up a PDOStatement or subclass (e.g., MockPDOStatement) does technically work in Zend, but HHVM throws. A correct way to have the code currently structured in bootstrap.php work correctly on both Zend and HHVM is provide a default constructor and execute method in MockPDOStatement. It would probably best long term to avoid newing up a PDOStatement and create the queries another way. But this works for now.
2013-08-28Added ability to use camel cased methods[email protected]
2013-08-28Update the readme changelogSimon Holywell