summaryrefslogtreecommitdiff
path: root/idiorm.php
AgeCommit message (Expand)Author
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
2011-05-15configure() function can now accept an array of settings (also updated README...Jordan Lev
2011-03-03Rename order_raw to order_by_exprSander Marechal
2011-03-03Update multiple properties at onceSander Marechal
2011-03-02Allow raw queries without parametersSander Marechal
2011-03-02Add support for raw `ORDER BY` clauses.Sander Marechal
2011-01-30Issue #12: Fix incorrect quoting of column wildcard. Thanks pewterfish.Jamie Matthews
2011-01-24Fix out-of-date comment and typo in READMEJamie Matthews
2011-01-22Add support for GROUP BY - issue #13Jamie Matthews
2011-01-22Add support for DISTINCT - issue #13Jamie Matthews
2011-01-10Guard against missing result in count methodJamie Matthews
2011-01-10Refactor and simplify count() methodJamie Matthews
2011-01-09Fix cache key generation bugJamie Matthews
2011-01-08Add simple query caching - issue #11Jamie Matthews
2011-01-08Refactor the way query results are fetched internally.Jamie Matthews
2011-01-08Add is_dirty method to check whether a field has modifiedJamie Matthews
2010-11-15Add __isset magic method. Fixes https://github.com/bobthecow/mustache.php/iss...Jamie Matthews
2010-11-03Add where_null and where_not_null methods. Thanks for the suggestion, artcijsgJamie Matthews
2010-11-03Parameters to where_raw method are now optionalJamie Matthews
2010-11-03Add where_not_equal method. Thanks for the suggestion, arcijsgJamie Matthews
2010-11-03Refactor and reorganise database connection initialisation code. Thanks to ar...Jamie Matthews
2010-11-03Quick fix of _detect_identifier_quote_character function - _setup_db must be ...Jamie Matthews
2010-11-02Add sqlsrv, dblib, mssql, sybase to detect_identifier_quote_character method....Jamie Matthews
2010-11-02Add support for specifying (and autodetecting) the character used to quote da...Jamie Matthews
2010-11-01Add as_array method to return raw data wrapped by ORM instancesJamie Matthews
2010-10-28Merge branch 'master' of github.com:j4mie/idiormJamie Matthews
2010-10-27Add where_id_is method, docs and testJamie Matthews
2010-10-27Revert to using a variable to track whether the object is new. This should pr...jamie