]> jfr.im git - irc/quakenet/newserv.git/commit
Add safe query/simplequery/create table functions to dbapi2, these functions act...
authorChris Porter <redacted>
Tue, 16 Sep 2008 05:24:36 +0000 (06:24 +0100)
committerChris Porter <redacted>
Tue, 16 Sep 2008 05:24:36 +0000 (06:24 +0100)
commit24e1aba8d56ea34aa9dfd78977a41174173c87b2
tree216ef932dba95d2616a6e332eaaee5e8f55e79e3
parent4a5327788410420f9d19d93985ae0c945e466ed0
Add safe query/simplequery/create table functions to dbapi2, these functions act like q9snprintf, that is you supply a type string as well, eg ->safequery(db, "INSERT INTO moo VALUES (?, ?, ?)", "ssd", "moo", "fish", 2) -- currently untested.
Add dbapi2 query/loadtable wrapper functions.
Remove the dbapi fv functions I added yesterday!
dbapi/dbapi.h
dbapi2/dbapi2-adapter.inc
dbapi2/dbapi2.c
dbapi2/dbapi2.h
pqsql/pqsql.c
sqlite/sqlite.c