lunarmodules / luasql

LuaSQL is a simple interface from Lua to a DBMS.
http://lunarmodules.github.io/luasql
539 stars 191 forks source link

tests/odbc.lua - fixed typo in variable name #39

Closed jk77 closed 8 years ago

jk77 commented 8 years ago

Fixed typo in DROP_TABLE_RETURN_VALUE variable name in assert2 statement on line 30.

hishamhm commented 8 years ago

Thanks! (I'm not really a LuaSQL dev, but I have access to the keplerproject repos so I try to help out by merging simpler things like this)