luasql/src
Marko Lindqvist 0e896d4783 ls_postgres.c: Fix cast alignment change warning
Compiling with clang gave:
ls_postgres.c:251:13: error: cast from 'char *' to 'int *' increases required alignment from 1 to 4 [-Werror,-Wcast-align]

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
2022-06-13 15:13:59 +03:00
..
ado Version 2.1.1 2007-10-29 20:58:23 +00:00
jdbc Windows Makefile (except JDBC) 2007-03-21 23:12:57 +00:00
firebird.def Added source code for Firebird driver 2008-03-10 17:26:42 +00:00
ls_firebird.c Prototypes moved to luasql.h. 2020-09-08 11:41:18 -03:00
ls_mysql.c ls_mysql.c: Fix cast alignment change warning 2022-06-13 15:09:58 +03:00
ls_oci8.c Prototypes moved to luasql.h. 2020-09-08 11:41:18 -03:00
ls_odbc.c ls_odbc.c: Fix shadowed variable compiler warning 2022-02-07 00:29:27 +02:00
ls_postgres.c ls_postgres.c: Fix cast alignment change warning 2022-06-13 15:13:59 +03:00
ls_sqlite.c Avoiding gcc warning and standadizing indentation. 2020-09-08 11:20:14 -03:00
ls_sqlite3.c Support binding of parameters in conn:execute(sql, ...) like the 2021-08-18 13:00:01 +02:00
luasql.c New version (2.6) for MySQL and Firebird. 2020-09-08 09:09:34 -03:00
luasql.h Add initilization functions prototypes. 2020-09-08 11:19:22 -03:00
mysql.def Windows Makefile (except JDBC) 2007-03-21 23:12:57 +00:00
oci8.def Windows Makefile (except JDBC) 2007-03-21 23:12:57 +00:00
odbc.def Windows Makefile (except JDBC) 2007-03-21 23:12:57 +00:00
postgres.def Windows Makefile (except JDBC) 2007-03-21 23:12:57 +00:00
sqlite.def Windows Makefile (except JDBC) 2007-03-21 23:12:57 +00:00
sqlite3.def Added driver for SQLite Version 3y 2007-04-06 23:46:04 +00:00