21.10.2015, 15:15
You can execute any SQL statement you want; the result callback is always called if the statement was successfully executed by the server.
All cache_get_ natives will obviously not work if you send an INSERT or UPDATE query, however these three will:
All cache_get_ natives will obviously not work if you send an INSERT or UPDATE query, however these three will:
Код:
native cache_affected_rows(connectionHandle = 1); native cache_insert_id(connectionHandle = 1); native cache_warning_count(connectionHandle = 1);