summaryrefslogtreecommitdiff
path: root/idiorm.php
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-26Added parameter array checkingStefan Andres Charsley
2014-04-20Merge branch 'master' of github.com:AgelxNash/idiorm into developSimon Holywell
2014-02-14Query TimeAgelxNash
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-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-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-08-30Fix build - forgot function keywordSimon Holywell
2013-08-30Allow `set()` and `set_expr()` calls to be chainedErik Wiesenthal
2013-08-30Issue #133 find_many returns an associative arrayErik Wiesenthal
2013-08-28Add MS SQL `TOP` style syntax supportSimon Holywell
2013-08-28fix travisSam
2013-08-28logger callbackSam
2013-08-28Added ability to use camel cased methods[email protected]
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-28Merge branch 'master' of https://github.com/mikejestes/idiorm into developSimon Holywell
2013-08-16Add static method `get_config`Mike Estes
2013-08-14Uses table alias in WHEREVictor Andrée
2013-07-29Reset dirty expression fields on save as wellSimon Holywell
2013-05-08Ignore result columns when calling a aggregate functionTasso Evangelista
2013-04-16Add support for T-SQL style TOP clausesSebastien Bariteau
2013-03-20fixed phpdoc in get_db()Marcin Wawrzyniak
2013-01-30Simplify get_last_query()Simon Holywell
2013-01-30Fix code style on method definitionsSimon Holywell
2013-01-30Closes issue #99 Undefined index errorSimon Holywell
2013-01-29Add support for Firebird limit and offsetmapner
2013-01-29Reset _run() to enable calling find_many after countFayland Lam
2013-01-24Multi-connections: Code style and docsSimon Holywell
2013-01-23Fix multiple connection query cachingSimon Holywell
2013-01-23Normalise some code styleSimon Holywell
2013-01-22Apparently not all files were included in previous commit.Tom Gregory
2013-01-22Merge remote-tracking branch 'upstream/develop' into dev-multi. Updated docum...Tom Gregory
2013-01-21Renamed variables per discussion in j4mie/idiorm#15Tom Gregory
2013-01-16Add ArrayAccess and Serializable to IdiormSimon Holywell
2013-01-15Add ResultSet functionality to IdiormSimon Holywell
2013-01-15Add ArrayAccess to ORM propertiesSimon Holywell
2013-01-11Refactor HAVING and WHERE to share more codeSimon Holywell
2013-01-11Issue 92 aggregate functions always returning intsSimon Holywell
2013-01-04Add HAVING clause support to query builderSimon Holywell