Dacapo class (Simple PHP database wrapper)
Copyright Christos Pontikis http://www.pontikis.net
License MIT https://raw.github.com/pontikis/dacapo/master/MIT_LICENSE
- DacapoErrorException custom properties #16
- Uncaught exception will prevent transaction commit #15
- setFetchRow() must concern the current query - removed in favor of getRow() #11
- Allow multiple connections #13
- BUG FIX: setPgInsertSequence() must concern the current query - also renamed to setQueryInsertPgSequence() #12
- Improve code quality (php7 required) #9
- Better error handling throwing Exceptions #7
- Allow only prepared statements #8
- PHPUnit tests #6
- Memcached methods removed #10
- added to Packagist
- composer.json added
- documentation #4
- dacapo reconstruction - private vars - getters - setters #3
- select, update, insert, delete
- transactions
- utility functions (qstr, lower, limit)