1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-01-19 03:57:14 +01:00

Enable autocommit by default in mysql connections. To avoid further confusions.

This commit is contained in:
Sandu Liviu Catalin 2017-06-17 22:08:59 +03:00
parent f86f3c8433
commit 30fd6b274b

View File

@ -34,7 +34,7 @@ Account::Account(CSStr host, CSStr user, CSStr pass, CSStr name, SQInteger port,
, m_SSL_CA_Path()
, m_SSL_Cipher()
, m_Options()
, m_AutoCommit(false)
, m_AutoCommit(true)
{
// Validate the specified port number
if (port >= 0xFFFF)