Mauro
6942e2b3e4
Fix ODBC types to match standard typedefs
This fixes a bug that I'm currently experiencing reproducible in the following way: -Use lua5.3 -"long int" must have size 8 -SQLINTEGER must have size 4 Selecting a column of integer type would mess up the values.
LuaSQL http://keplerproject.github.io/luasql LuaSQL is a simple interface from Lua to a DBMS. It enables a Lua program to: * Connect to ODBC, ADO, Oracle, MySQL, SQLite, Firebird and PostgreSQL databases; * Execute arbitrary SQL statements; * Retrieve results in a row-by-row cursor fashion. LuaSQL is free software and uses the same license as Lua 5.1. Source code for LuaSQL can be downloaded from its GitHub repository.
Description
Languages
C
58.8%
Lua
38.8%
Java
1.8%
Makefile
0.6%