summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-16Add support for T-SQL style TOP clausesSebastien Bariteau
2013-04-07Merge pull request #111 from bruston/bruston-docfixSimon Holywell
2013-04-02docs: querying: minor typoBenjamin Ruston
2013-03-20Merge pull request #106 from mailopl/masterSimon Holywell
2013-03-20fixed phpdoc in get_db()Marcin Wawrzyniak
2013-02-28Prepend PHP tag in docsSimon Holywell
2013-02-28Merge branch 'master' of https://github.com/j4mie/idiormSimon Holywell
2013-02-28Attempt to get syntax highlighting workingSimon Holywell
2013-02-28Document array config to use connection_stringSimon Holywell
2013-02-26Get syntax highlighting working code exampleSimon Holywell
2013-02-20Remove version numbers and bump yearSimon Holywell
2013-02-20Merge pull request #103 from sjparsons/masterSimon Holywell
2013-02-20Fix typo in select_many() examplesjparsons
2013-01-31Update the release dateSimon Holywell
2013-01-30Simplify get_last_query()Simon Holywell
2013-01-30Fix code style on method definitionsSimon Holywell
2013-01-30Add travis-ci build statusSimon Holywell
2013-01-30Add travis-ci configurationSimon Holywell
2013-01-30Closes issue #99 Undefined index errorSimon Holywell
2013-01-29Add Firebird and PostgreSQL to supported DBsSimon Holywell
2013-01-29Merge branch 'develop'Simon Holywell
2013-01-29Re-order changelog and credit @tagSimon Holywell
2013-01-29Update changelogSimon Holywell
2013-01-29Add support for Firebird limit and offsetmapner
2013-01-29Reset _run() to enable calling find_many after countFayland Lam
2013-01-25Add in a code sample to readmeSimon Holywell
2013-01-25Add changelog for multiple connectionsSimon Holywell
2013-01-24Multi-connections: Code style and docsSimon Holywell
2013-01-23Remove obselete testing systemSimon Holywell
2013-01-23Fix multiple connection query cachingSimon Holywell
2013-01-23Normalise some code styleSimon Holywell
2013-01-23Remove duplicate code from test bootstrapSimon Holywell
2013-01-23Separate test for multiple connection cachesSimon Holywell
2013-01-23Merge branch 'develop' into multiple-connectionsSimon Holywell
2013-01-23Finish transferring tests into PHPUnitSimon Holywell
2013-01-23Merge remote-tracking branch 'tag/dev-multi' into multiple-connectionsSimon Holywell
2013-01-22Add in more phpunit tests\!Simon Holywell
2013-01-22Apparently not all files were included in previous commit.Tom Gregory
2013-01-22Merge remote-tracking branch 'upstream/develop' into dev-multi. Updated docum...Tom Gregory
2013-01-21Renamed variables per discussion in j4mie/idiorm#15Tom Gregory
2013-01-21Add more query building testsSimon Holywell
2013-01-21Update the changelog with composer changeSimon Holywell
2013-01-21Merge pull request #96 from javiervd/patch-1Simon Holywell
2013-01-20Change autoload option to classmapJavier Villanueva
2013-01-18Add more tests to suiteSimon Holywell
2013-01-18Move out non-query gen testsSimon Holywell
2013-01-18Move more query tests over to PHPUnitSimon Holywell
2013-01-17Begin moving query building tests into phpunitSimon Holywell
2013-01-16Add ArrayAccess and Serializable to IdiormSimon Holywell
2013-01-15Add ResultSet functionality to IdiormSimon Holywell