This repository was archived by the owner on Jan 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
Changelog
entomb edited this page Apr 2, 2013
·
6 revisions
##v0.9.2 - hotfix
- added '<' and '>' to the possible glues on
_parseArrayPair
##v0.9.1
- new $config variable
exit_on_error
defaults toTRUE
and defines if the script stops on mysql error - new $config variable
echo_on_error
defaults toTRUE
and defines if the script echos mysql errors - new method
$db->log()
that returns an array with all queries executed, with execution time and result count - new method
$db->errors()
that returns an array with all mysql erros ocurred - new method
$db->lastError()
that returns a string with the last mysql error - added security to query string parser
##v0.9 - First version Features:
- Query class decoupled from result class
- Full suport for insert,update,delete and replace methods
- Error logging and reporting on the main class
- Resultset iteration row-by-row or full fetcgh
- Query generators
- Query parameter parser from string
- Query SET and WHERE parser from array