FredyH / MySQLOO

MySQLOO
GNU Lesser General Public License v2.1
138 stars 55 forks source link

Nill Value for AutoReconnect #97

Closed FabriSAM closed 2 years ago

FabriSAM commented 2 years ago

Hi I have a problem with the autoreconnect function.

After updating on many scripts it gives me this problem.

attempt to call method 'setAutoReconnect' (a nil value)

bigdogmat commented 2 years ago

It's currently called setSQLAutoReconnect, probably a typo but for the mean time that'll work

https://github.com/FredyH/MySQLOO/blob/fd2ecc4a1cbed377d20db2e5470e7bf2b8c23571/src/lua/LuaDatabase.cpp#L258

FredyH commented 2 years ago

When I did a refactor it also erroneously renamed the string constant. I already pushed the change and I will release an updated version later today.

FabriSAM commented 2 years ago

Thx all can u allert me when u update ?? i love u all for your work

FredyH commented 2 years ago

Fixed in 9.7.1