History log of /httpd/modules/lua/lua_dbd.c
Revision Date Author Comments Expand
155bbc7af7b1ce46533c6e273a5921ca75813ad2 1570528 21-Feb-2014 humbedooh

Allow mod_lua to supply a database result with named rows instead of only numeric indexes.

c4737d2670800fc4f6c7ab1b619590654c7c84b1 1487956 30-May-2013 fuankg

Remove unneeded exports from mod_lua.

4199f59a50b2b46fafa45c030e0fbc5431ac1707 1485291 22-May-2013 fuankg

Removed obsolete header include.

5891aa51f22bc3341a1c1a468aebdb8d56c4e884 1483044 15-May-2013 jailletc36

Typo in comment

015abdecb07fcacc69ac02c4c2519f7977889101 1439208 28-Jan-2013 humbedooh

apr dbd and mod dbd have been mixed up in the handle closing function, so let's sort it out.

cc780b62637aa6d4fbca850a43a86c4bea0aedec 1432892 14-Jan-2013 humbedooh

The pool and db object to be used should be created before trying to acquire a driver handle.

e1ed84848b0372e0216be43e4df99b57ebecc0a4 1432886 14-Jan-2013 humbedooh

revert r1432881 - t'wasn't a bug after all.

8d4636360c77b92a26a9866798e7dcf92044b7b8 1432881 14-Jan-2013 humbedooh

mod_lua/dbd: Only 2 arguments are passed, so let's tell Lua to only return 2, not 3.

822bf3c5fe5ae502a7327369e54805581ce60ba5 1432418 12-Jan-2013 humbedooh

Debian doesn't like pushing statically defined functions into tables, so we'll declare them in lua_dbd.h and just make them regular functions instead.

a3940bcd2db2d34e992c6201551b4cd252c9688b 1431930 11-Jan-2013 humbedooh

Since functions are now pushed solely in lua_dbd.c, there's no need to declare them in lua_dbd.h Hopefully, this solves the Windows compiler issues.

ed791c5e440dc6c12d93f3f4500fa388c4882e01 1431236 10-Jan-2013 humbedooh

CodeWarrior workaround for lua_dbd

047246abec3ea0796e392fe10fe36bb7f87305fc 1430265 08-Jan-2013 humbedooh

Fix typo in comment, as per bugzilla #54388

4ca22cf27ccfcefab65ff6c66da12bba69e33948 1430225 08-Jan-2013 humbedooh

Add database features for mod_lua (apr_dbd + mod_dbd). See documentation update for API and examples.