summaryrefslogtreecommitdiff
path: root/README.markdown
AgeCommit message (Expand)Author
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-30Update changelogJamie Matthews
2011-01-25Add MySQL-specific connection example in READMEJamie Matthews
2011-01-24Fix out-of-date comment and typo in READMEJamie Matthews
2011-01-24Correct versionJamie Matthews
2011-01-24Add changelogJamie Matthews
2011-01-22Reword GROUP BY docsJamie Matthews
2011-01-22Add support for GROUP BY - issue #13Jamie Matthews
2011-01-22Add support for DISTINCT - issue #13Jamie Matthews
2011-01-08Add simple query caching - issue #11Jamie Matthews
2011-01-08Add is_dirty method to check whether a field has modifiedJamie Matthews
2010-12-01Fix website linkJamie Matthews
2010-12-01Add link to websiteJamie Matthews
2010-11-13Add documentation on transactions. Closes issue #9Jamie 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-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-31Add note about PHP version compatibilityJamie Matthews
2010-10-27Add where_id_is method, docs and testJamie Matthews
2010-10-26Improve project description and clean up READMEJamie Matthews
2010-10-25Documentation for join methodsJamie Matthews
2010-10-25Typo in READMEJamie Matthews
2010-10-25Add select and select_expr methods to provide control over result columnsJamie Matthews
2010-10-22Add documentation for loggingJamie Matthews
2010-10-07Fix unmatched bracket in README exampleJamie Matthews
2010-10-07Correct heading level in READMEJamie Matthews
2010-10-07Clarify READMEJamie Matthews
2010-10-07Simplify where_raw method. This method can now be used in method chains.Jamie Matthews
2010-10-07Add where_in and where_not_in methods, tests and docsJamie Matthews
2010-09-29Add link to ParisJamie Matthews
2010-09-16Add where_not_like method, docs and testJamie Matthews
2010-09-16Clean up documentation for filtering resultsJamie Matthews
2010-09-14Remove version info from source and README as this is misleading. Tags are us...jamie
2010-09-14Correct heading levels in READMEJamie Matthews
2010-09-14Fix indentation in READMEJamie Matthews
2010-09-14Add code, tests and docs for inequality operators: where_gt, where_lt, where_...Jamie Matthews
2010-07-05Version 0.5Jamie Matthews
2010-07-05Add 'driver_options' setting to allow driver-specific connection options to b...Jamie Matthews
2010-04-12Version 0.4Jamie Matthews
2010-04-12Added support for COUNT queriesJamie Matthews
2010-03-04Reordered README slightly to clarifyJamie Matthews
2010-03-03Corrected typo in READMEJamie Matthews