dbd/postgresql/statement.c

changeset 8
0b805fda1c91
parent 4
c50b0e6f25d6
child 9
06eb2850703f
equal deleted inserted replaced
7:4480ae002881 8:0b805fda1c91
193 } 193 }
194 194
195 statement->result = result; 195 statement->result = result;
196 196
197 lua_pushboolean(L, 1); 197 lua_pushboolean(L, 1);
198 lua_pushnil(L);
199 return 1; 198 return 1;
200 } 199 }
201 200
202 /* 201 /*
203 * must be called after an execute 202 * must be called after an execute

mercurial