21.07.2013, 11:14
Quote:
Guys, I updated from R15 to R27 few days ago and now we have R31? Are those all bugfixes, or are there some new features? What's the status of mysql_format and linux (I'm using it extensively with %e instead of normal format + mysql_real_escape_string)? Is there some compact changelog (I'm not so comfortable in using ****** code instead of github), other than fixed issues list?
#e: 1k post, yay |
https://code.******.com/p/sa-mp-mysq...ce/detail?r=28
https://code.******.com/p/sa-mp-mysq...ce/detail?r=29
https://code.******.com/p/sa-mp-mysq...ce/detail?r=30
https://code.******.com/p/sa-mp-mysq...ce/detail?r=31
Quote:
- added '%%' specifier to native 'mysql_format' - mysql_reconnect returns true if connection is established, else false - added optional parameter "autoreconnect" to mysql_connect to control whether the plugin should reconnect automatically if connection is lost - added optional parameter "wait" to mysql_close to control whether the plugin should wait till all pending queries are executed or not - re-added our old and beloved native mysql_errno |