luadbi
luadbi copied to clipboard
Multi-backend SQL database library for Lua
Both postgresql and mysql support SSL connections and have various options that need to be supplied by the client. Presumably Oracle does too. * Postgres options: https://www.postgresql.org/docs/9.6/static/libpq-connect.html#LIBPQ-PARAMKEYWORDS * Mysql options...
``` Please consider making a binary package for Windows available through "luarocks". ``` Original issue reported on code.google.com by `[email protected]` on 22 Oct 2010 at 4:21
sqlite3 supports *named* query parameters in addition to positional ones (see https://sqlite.org/lang_expr.html). These are particularly nice for big, complex queries likely to evolve with software maintenance and it'd be great...
Build using GCC 14 fails on Fedora Rawhide (= 41) on i686 like this: ``` dbd/mysql/statement.c: In function ‘statement_execute’: dbd/mysql/statement.c:271:40: error: assignment to ‘long unsigned int *’ from incompatible pointer...
Trying to build LuaDBI 0.7.2 on Fedora Rawhide using GCC 14 fails like this ([report from Fedora mass rebuild](https://bugzilla.redhat.com/show_bug.cgi?id=2261359)): ``` gcc -c -o build/dbd_mysql_statement.o dbd/mysql/statement.c -I/usr/include -g -pedantic -Wall -O2...
Hi! I just don't seem to be able to get DBI to work from lualatex although it works fine from a plain lua script. This is what I get on...
``` [ 16s] cc -c -o build/dbd_mysql_statement.o dbd/mysql/statement.c -I/usr/include/lua5.1 -fomit-frame-pointer -O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fPIC -I/usr/include/lua5.4 -shared -fPIC -DPIC -std=c99 -I. -shared -I/usr/include/mysql...