Bugfix - execute was returning nil on success

Sat, 29 Nov 2008 06:38:16 +0000

author
nrich@ii.net
date
Sat, 29 Nov 2008 06:38:16 +0000
changeset 8
0b805fda1c91
parent 7
4480ae002881
child 9
06eb2850703f

Bugfix - execute was returning nil on success

dbd/postgresql/statement.c file | annotate | diff | comparison | revisions
--- a/dbd/postgresql/statement.c	Sat Nov 29 00:51:14 2008 +0000
+++ b/dbd/postgresql/statement.c	Sat Nov 29 06:38:16 2008 +0000
@@ -195,7 +195,6 @@
     statement->result = result;
 
     lua_pushboolean(L, 1);
-    lua_pushnil(L);
     return 1;
 }
 

mercurial