a simple question really, for which I cant seem to find an answer and am not going to reconfigure DB to log queries....
The question is: Does the driver automatically wraps all SQL queries/updates into
START TRANSACTION; MyQuery; COMMIT; ?
Or is there a way to configure it to do the above?
Thanks.