mirror of
https://github.com/rbock/sqlpp11.git
synced 2024-11-16 04:47:18 +08:00
Merge branch 'main' of https://github.com/damian-tomczak/sqlpp11
This commit is contained in:
commit
6dba3ca82f
@ -88,7 +88,6 @@ namespace sqlpp
|
|||||||
throw sqlpp::exception{"MySQL: could not set option MYSQL_OPT_RECONNECT"};
|
throw sqlpp::exception{"MySQL: could not set option MYSQL_OPT_RECONNECT"};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
#else
|
#else
|
||||||
mysql->reconnect = config->auto_reconnect
|
mysql->reconnect = config->auto_reconnect
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user