summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-31Add note about PHP version compatibilityJamie 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
2010-10-26Improve project description and clean up READMEJamie Matthews
2010-10-25Fix typo in commentJamie Matthews
2010-10-25Fix test for main table aliasJamie Matthews
2010-10-25Documentation for join methodsJamie Matthews
2010-10-25Add table_alias method to provide ability to alias the main table in SELECT q...Jamie Matthews
2010-10-25Add test for multiple join sourcesJamie Matthews
2010-10-25Add support for unescaped string constraintsJamie Matthews
2010-10-25Add test and fix implementation of table aliasesJamie Matthews
2010-10-25Add inner, left outer, right outer, full outer joinsJamie Matthews
2010-10-25Rename _add_join to _add_join_sourceJamie Matthews
2010-10-25Initial work on joins. Basic test, join and _add_join methodsJamie Matthews
2010-10-25Add return $this in _add_result_column to clean up select and select_exprJamie Matthews
2010-10-25Remove _update_or_insert, this is now tracked by testing whether id() returns...Jamie Matthews
2010-10-25Typo in READMEJamie Matthews
2010-10-25Convert count method to use select_expr method, remove $_find_type as this is...Jamie Matthews
2010-10-25Add select and select_expr methods to provide control over result columnsJamie Matthews
2010-10-25Simplify ORDER BY buildingJamie Matthews
2010-10-22Fix errors in test suiteJamie Matthews
2010-10-22find_one method now adds LIMIT 1 to queriesJamie Matthews
2010-10-22Simplify mock testing objects and convert query tests to use logged queriesJamie Matthews
2010-10-22Fix query binding in _log_query methodJamie Matthews
2010-10-22Ensure delete method calls _log_query correctlyJamie Matthews
2010-10-22Add documentation for loggingJamie Matthews
2010-10-22Add support for logging last query and all queries executed.Jamie 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-07Add use_id_column method to allow specifying the ID column to use on a per-in...Jamie Matthews
2010-10-07Simplify where_raw method. This method can now be used in method chains.Jamie Matthews
2010-10-07_build_update method now uses new _create_placeholders methodJamie Matthews
2010-10-07Add where_in and where_not_in methods, tests and docsJamie Matthews
2010-10-07Refactor and simplify WHERE condition buildingJamie Matthews
2010-10-06Change variable name _where -> _where_conditions for clarityJamie Matthews
2010-09-29Add link to ParisJamie Matthews
2010-09-20Unspecified terminal colours now printed in default colour rather than black ...Jamie Matthews
2010-09-20All identifiers (table names, column names) are now quoted with backticksJamie Matthews
2010-09-20Refactor and split up save methodJamie Matthews
2010-09-20Fix typoJamie Matthews
2010-09-20Add colouring to test runner, at terminal and in browserJamie Matthews