09.09.2013, 13:08
Quote:
R33 is released (finally).
Changes: - added ORM system - improved Windows XP compatibility (proven to work now) - added parameter values to debug native log messages - improved y_inline compatiblity code - "orm_select" and "orm_insert" support y_inline (use "orm_select_inline" and "orm_insert_inline") - added Cache-tags to cache_set_active, cache_save and cache_delete - added natives "cache_get_row_count" and "cache_get_field_count" - added more safety checks - speed improvements - fixed bug where mysql_free_result wasn't called internally if callback processing was skipped - improved thread safety - improved HTML-logging, reduced file size - code cleanup - rewrote the whole (multi-)threading system, multi-threading works now only per-connection (every connection has their own thread) - added native "mysql_query" for unthreaded queries - native "mysql_reconnect" no longer returns true if connection was successful and false if not, use "mysql_errno" instead - improved makefile, use "make" to create a dynamic and static version, "make dynamic" and "make static" are self-explaining A tutorial for the new ORM system is available here (thanks to AndreT for this): https://sampforum.blast.hk/showthread.php?tid=461766 Thanks to the beta testers who participated in the whole testing process. And also thanks to everyone who encouraged me to this release. |