Added
- Added
doInTransaction()
method to SymphonyPDO to Database class
Changed
- Database
update
,delete
,truncate
,insert
, andinsertUpdate
are all usingdoInTransaction()
now - Made
findParamType
andbindMultiple
static - Renamed
__findType()
tofindParamType()
- Updated Loader to allow passing database credentials in to the
instance()
method