summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-23Assign null to self::$_db on reset to ensure PDO closes the connectionsCato Auestad
2018-01-05prepare releaseSimon Holywell
2018-01-05docker image for php 5.2 testingSimon Holywell
2018-01-05update travis with new phpunit52 and cache directivesSimon Holywell
2018-01-04Update README.markdownSimon Holywell
2018-01-04update the 1.5.4 release date in the readmeSimon Holywell
2018-01-04remove phpunit unvailable for php5.2 messageSimon Holywell
2018-01-04add in phar support for php 5.2Simon Holywell
2018-01-04correct url always helpsSimon Holywell
2018-01-04attempt to get php5.2 testing working againSimon Holywell
2018-01-04Merge branch 'develop' of github.com:j4mie/idiorm into developSimon Holywell
2018-01-04individually insert test rows for SQLite pre 3.7.11Simon Holywell
2018-01-03Clean up the changelogSimon Holywell
2018-01-03Update the changelog with 1.5.4 changesSimon Holywell
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