summaryrefslogtreecommitdiff
path: root/README.markdown
AgeCommit message (Expand)Author
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
2010-02-28Added MySQL connection exampleJamie Matthews
2010-02-26Version 0.3Jamie Matthews
2010-02-26Fixed multiple bugs in query buildingJamie Matthews
2010-02-25Allow passing username and password to PDO constructor for eg. MySQL adapterJamie Matthews
2010-02-19Corrected typo in READMEJamie Matthews
2010-02-13Updated TODOJamie Matthews
2010-02-13Fix section headingJamie Matthews
2010-02-13Clarified documentation and fixed typosJamie Matthews
2010-02-13Improved examples in READMEJamie Matthews
2010-02-13Version 0.2Jamie Matthews
2010-02-13Added where_like method, documentation and tests. Changing API to use alterna...Jamie Matthews
2010-02-13Added raw_query support, documentation and testsJamie Matthews