Skip to content

0.1.6

Latest
Compare
Choose a tag to compare
@pointybeard pointybeard released this 29 Nov 20:42
· 9 commits to master since this release

Added

  • Added doInTransaction() method to SymphonyPDO to Database class

Changed

  • Database update, delete, truncate, insert, and insertUpdate are all using doInTransaction() now
  • Made findParamType and bindMultiple static
  • Renamed __findType() to findParamType()
  • Updated Loader to allow passing database credentials in to the instance() method