summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-22typo on operatorOvidiu Ungureanu
2015-01-19Merge pull request #238 from limenet/patch-1Simon Holywell
2015-01-19Merge pull request #257 from leongersen/patch-2Simon Holywell
2015-01-16Merge pull request #260 from e3betht/code-climate-badgeSimon Holywell
2015-01-15Adding Code Climate badge to the readme filee3betht
2014-12-18Typo in navigationLeon Gersen
2014-10-09php.net doesn't use any subdomains (anymore)Linus Metzler
2014-10-04fixing links to the PHP documentationLinus Metzler
2014-06-23Add note about fixes to changelogSimon Holywell
2014-06-23Merge pull request #221 from cainmi/issue-219Simon Holywell
2014-06-23Swap switch for if/elseMitch
2014-06-23Remove code replaces by prev commitMitch
2014-06-23Fix for name params, resolves #219Mitch
2014-06-22Add release dateSimon Holywell
2014-06-22Document project statusSimon Holywell
2014-06-22Tidy up the caching pull requestSimon Holywell
2014-06-22Added custom caching functionsPeter Ivanov
2014-06-21Update README.markdownSimon Holywell
2014-06-21Merge pull request #205 from cainmi/developSimon Holywell
2014-06-20Update README.markdownSimon Holywell
2014-06-20Merge pull request #214 from cainmi/issue-181Simon Holywell
2014-06-19Update tests to not expect generic exception, as PHPUnit < 3.7 (PHP 5.2) can'...Mitch
2014-06-19Fix merge conflictsMitch
2014-06-19offsetExists() should return true for null values, resolves #181Mitch
2014-06-18Update README.markdownSimon Holywell
2014-06-18Document latest pull request mergesSimon Holywell
2014-06-18Merge pull request #208 from SneakyBobito/patch-1Simon Holywell
2014-06-11Add contributing textSimon Holywell
2014-06-08update bindParams to bindParamSoufiane Ghzal
2014-06-07Update idiorm.phpSoufiane Ghzal
2014-06-07Tests for 27fb7f29a849270b329533b8f7944beb163b1c06Mitch
2014-06-07MockPDOStatement::execute() Strict StandardsMitch
2014-06-03Merge pull request #206 from charsleysa/developSimon Holywell
2014-05-29Removed useless code.Stefan Andres Charsley
2014-05-29Fixed type checks.Stefan Andres Charsley
2014-05-29Fixed testing logic.Stefan Andres Charsley
2014-05-29Fixed testing.Stefan Andres Charsley
2014-05-29Fix typos.Stefan Andres Charsley
2014-05-29Fix for parameter types.Stefan Andres Charsley
2014-05-29Restrict null primary keys on update/delete, resolves #203Mitch
2014-05-28Document updates in the changelogSimon Holywell
2014-05-28Merge pull request #202 from lrlopez/where_id_in-2Simon Holywell
2014-05-28Merge pull request #201 from lrlopez/where_any_isSimon Holywell
2014-05-28Merge pull request #197 from kendru/issue176Simon Holywell
2014-05-18where_id_in() for selecting multiple records by primary keyLuis Ramón López
2014-05-18Multiple OR'ed conditions supportLuis Ramón López
2014-05-06Modify test to run query with db not explicitly setAndrew Meredith
2014-05-06Ensure database set up alwaysAndrew Meredith
2014-04-26Document PRs #171 and #163Simon Holywell
2014-04-261. Adjustment of code to work with multiple raw_joins 2. Test multiple raw joinsIgor Moiseev