summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-14Merge pull request #235 from lrlopez/compound_key_fixSimon Holywell
2015-01-19Add merges to the changelogSimon Holywell
2015-01-19Merge pull request #237 from stellis/developSimon Holywell
2014-10-31Issue #224 having_id_is undefined variable $valueSimon Holywell
2014-10-01Added note about the purpose of the magic-method documentationStephen Tellis
2014-10-01Added @method tags for magic methodsStephen Tellis
2014-09-20Fix autoincremented compound keys insertsLuis Ramón López
2014-06-27Update the changelogSimon Holywell
2014-06-27Merge pull request #223 from m92o/named-placeholders-loggingSimon Holywell
2014-06-27Issue #224 having_id_is undefined variable $valueSimon Holywell
2014-06-24Support named placeholders logging and testKunio Murasawa
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