28.01.2014, 17:54
Quote:
[...]
Can you list the changes from R35 here ? Or ... how much time left (how much do you think) until you release it officially ? |
--------------------------------
R35 is released.
Changes:
Код:
- code cleanup - performance improvements - improved and added some log messages - callback and format parameters at "mysql_tquery" and "mysql_pquery" are optional now - all cache natives which use the active cache (all "cache_*" natives but "cache_delete", "cache_set_active" and "cache_is_valid") are ignoring the 'connectionHandle' parameter - added native "orm_delvar" to delete already added variables from an ORM instance - added new log type 'LOG_ALL' which logs everything - added native "cache_is_valid" to check whether the specified cache is valid - added native "mysql_pquery" to send parallel queries - added native "mysql_option" to toggle global MySQL options - added native "mysql_current_handle" to retrieve the currently used handle in a result callback - added optional parameter 'pool_size' to native "mysql_connect" - added connection pool (to be used with new 'pool_size' parameter in "mysql_connect" and new native "mysql_pquery") - fixed a bug where mysql_escape_string didn't set the destination var to empty if the source variable was empty - fixed a bug where the HTML logging logged every callback even if there wasn't any log message in it - fixed a bug where the plugin entered an infinite loop while calling "mysql_close" with the 'wait' parameter activated
Download is as always available here.