summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-03Closes #319 - no reset on cached responseSimon Holywell
2018-01-03Update .travis.ymlSimon Holywell
2018-01-02Update .travis.ymlSimon Holywell
2018-01-02Update .travis.ymlSimon Holywell
2018-01-02Update .travis.ymlSimon Holywell
2018-01-02Update .travis.ymlSimon Holywell
2018-01-02Update .travis.ymlSimon Holywell
2018-01-02Update .travis.ymlSimon Holywell
2018-01-02Update .travis.ymlSimon Holywell
2018-01-02Update .travis.ymlSimon Holywell
2018-01-02Update .travis.ymlSimon Holywell
Use an env var as travis has a shim for composer tricking my bash into thinking that the composer binary is available on the path. In reality it is just a shim that prints a message to the console saying that composer is not available on PHP 5.2.
2018-01-02Update .travis.ymlSimon Holywell
2018-01-02Update .travis.ymlSimon Holywell
2018-01-02Update .travis.ymlSimon Holywell
2018-01-02Merge pull request #332 from j4mie/treffynnon-patch-1Simon Holywell
Update README to make PHP version compatibility clearer
2018-01-02Update README.markdownSimon Holywell
2018-01-02Merge pull request #325 from kawausokun/masterSimon Holywell
Fix IDE warnings based on PHPDoc comments
2018-01-02Merge pull request #328 from qyanu-pull-requests/masterSimon Holywell
add missing require-dev for SQLite
2017-12-31update travis-ciSimon Holywell
2017-11-23add missing require-devMax-Julian Pogner
the php extension pdo_sqlite is actually required for development (in order to successfully execute the unit-tests). tested on debian Jessie 8.9 this would for example mean, that the following debian package is required: apt-get install php5-sqlite
2017-07-22Update phpdockawausokun
2017-03-21Merge branch 'develop'Simon Holywell
2017-03-21correct some typos in docs :(Simon Holywell
2017-03-21Merge pull request #318 from j4mie/developSimon Holywell
Document the raw_execute() method
2017-03-21change travis-ci run scriptsSimon Holywell
2017-03-21add documentation changes to the readmeSimon Holywell
2017-03-21make link to php secure for transactionsSimon Holywell
2017-03-21add raw_execute() documentationSimon Holywell
2016-12-14Merge pull request #310 from j4mie/developSimon Holywell
Merge develop into master for release
2016-12-14Set a release dateSimon Holywell
2016-12-14Document changes in logSimon Holywell
2016-12-14#236 add test proving multiple raw wheres workSimon Holywell
2016-12-14Add composer stuff to gitignoreSimon Holywell
2016-12-14Looks like travis-ci dropped support for php5.2Simon Holywell
2016-12-14Fix up test procedures for idiormSimon Holywell
2016-12-14Document merged code in changelogSimon Holywell
2016-12-14#307 document query logging shortcomingsSimon Holywell
2016-12-14Merge branch 'tentwofour-bugfix-orm-is-dirty' into developSimon Holywell
2016-12-14Merge branch 'bugfix-orm-is-dirty' of https://github.com/tentwofour/idiorm ↵Simon Holywell
into tentwofour-bugfix-orm-is-dirty
2016-12-14Merge branch 'develop' of github.com:j4mie/idiorm into developSimon Holywell
2016-12-14Merge pull request #235 from lrlopez/compound_key_fixSimon Holywell
Fix autoincremented compound keys inserts
2016-12-14#301 nested loop shouldn't override parent varMichael Keck
2016-12-14Merge branch 'uovidiu-patch-1' into developSimon Holywell
2016-12-14Merge branch 'master' into developSimon Holywell
2016-09-22typo on operatorOvidiu Ungureanu
2015-04-07Update ORM#is_dirty - swapped isset() for array_key_exists() - isset() will ↵blair
return false when fields have been set null. Update ORMTest#testIsDirty - added tests for filed set to '' and null
2015-01-19Add merges to the changelogSimon Holywell
2015-01-19Merge pull request #237 from stellis/developSimon Holywell
Added @method tags for magic methods
2015-01-19Merge pull request #238 from limenet/patch-1Simon Holywell
fixing links to the PHP documentation
2015-01-19Merge pull request #257 from leongersen/patch-2Simon Holywell
Fix typo on documentation title