summaryrefslogtreecommitdiff
path: root/README.markdown
AgeCommit message (Collapse)Author
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
* ORDER BY, LIMIT and OFFSET parameters cannot be bound to the query as the database surrounds them with quotes, formining invalid SQL. They are now simply concatenated to the SQL string. The documentation has been updated to mark these as "unsafe" and not suitable for use with unfiltered user input. * ORDER BY should come before LIMIT and OFFSET.
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 ↵Jamie Matthews
alternate method calls instead of class constants to specify WHERE operator.
2010-02-13Added raw_query support, documentation and testsJamie Matthews
2010-02-13Added raw_where support, documentation and testsJamie Matthews
2010-02-13Added documentation for ORM configurationJamie Matthews
2010-02-12Added ORDER BY to queriesJamie Matthews
2010-02-11Fixed typo in READMEJamie Matthews
2010-02-11Fixed typo in READMEJamie Matthews
2010-02-11Added license information to READMEJamie Matthews
2010-02-11Typo fixes and additions to READMEJamie Matthews
2010-02-11Marked where_raw and raw_select as TODOJamie Matthews
2010-02-11Added feature list and TODOJamie Matthews
2010-02-11Added test and docs for delete methodJamie Matthews
2010-02-11Added LIMIT and OFFSET, added more documentationJamie Matthews
2010-02-11Added READMEJamie Matthews