summaryrefslogtreecommitdiff
path: root/idiorm.php
AgeCommit message (Expand)Author
2013-05-08Ignore result columns when calling a aggregate functionTasso Evangelista
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
2013-01-04Issue #74 escaping quote symbols in "_quote_identifier_part"Simon Holywell
2013-01-03Issue #90 When using set_expr alone it doesn't trigger query creationSimon Holywell
2013-01-03Change code to use get_last_statementSimon Holywell
2013-01-03Add access to PDOStatement via get_last_statementtag
2013-01-03Fix last insert ID not being returned with postgresql, take 2.Kaspars Foigts
2012-11-29Merge branch 'master' into developSimon Holywell
2012-11-29Closes issue #85 Implement is_new() in IdiormSimon Holywell
2012-11-28Remove 5.3 static call. Closes issue #78Simon Holywell
2012-11-26Add raw_execute() to ORMtag
2012-11-26Fixed query logging for delete_many; added unit test for delete_manytag
2012-11-23Multiple connection support for Idiormtag
2012-11-21Add raw_execute() to ORMtag
2012-11-21Fixed query logging for delete_many; added unit test for delete_manytag
2012-11-15Fix bug where input parameters were sent as part-indexed, part associative arraygerard sychay
2012-11-15Fix bug caused by custom exception not extending base exceptionSimon Holywell
2012-11-14Correct replace_outside_quotes error handlingSimon Holywell
2012-11-14Issue #57 _log_query errors when given raw ? or %Simon Holywell
2012-11-12Issue #17 Add find_array methodSimon Holywell
2012-11-12allow unsetting of valuesClaus Beerta
2012-11-12Allow Deletion of multiple rows by adding WHERE abilityClaus Beerta
2012-11-12Handle ambiguous column names when joining two tablesgerard sychay
2012-11-12Add set_expr() closing issues #43 & #59Simon Holywell
2012-11-12Issue #24 Add group_by_expr functionSimon Holywell
2012-11-12Issue #16 Aggregate function supportSimon Holywell
2012-11-12select_many and select_many_expr issues #49 and #69Simon Holywell
2012-11-09Closes Issue #58 Create then save a default empty row w/ParisSimon Holywell
2012-11-08Escape sprintf % chars in queriesKunio Murasawa
2012-08-28Minor tweaks to formatting on class and documentationDurham Hale
2012-08-28Merge remote-tracking branch 'jordanlev/configure-with-array' into developDurham Hale
2012-08-28Merge remote-tracking branch 'sandermarechal/set-array' into developDurham Hale
2012-08-28Merge remote-tracking branch 'sandermarechal/raw-query' into developDurham Hale