summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-26where_*() methods are now compound primary key awareLuis Ramón López
2014-04-26Multiple column names can now be specified when calling get()Luis Ramón López
2014-04-26Added a protected method for filtering multiple column primary keysLuis Ramón López
2014-04-26Add support for adding multi-column conditions into queriesLuis Ramón López
2014-04-26Document improved testing suite PRSimon Holywell
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-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
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 to...michaelward82
2013-12-26Merge pull request #150 from herroffizier/masterSimon Holywell
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
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
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