Staging
v0.5.1
Revision 96256bba949f43548a0be0af877680eb62b156f6 authored by Johannes Schindelin on 25 July 2006, 11:57:57 UTC, committed by Junio C Hamano on 25 July 2006, 21:11:36 UTC
Turns out that DBD::SQLite does not favour preparing statements which are
never executed. So, turn all 4 statements, which were prepared _always_,
into methods, like the other 12 prepared statements.

Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent 42217f1
History
File Mode Size
inet_ntop.c -rw-r--r-- 4.9 KB
mmap.c -rw-r--r-- 804 bytes
setenv.c -rw-r--r-- 794 bytes
strcasestr.c -rw-r--r-- 431 bytes
strlcpy.c -rw-r--r-- 235 bytes
subprocess.py -rw-r--r-- 39.0 KB
unsetenv.c -rw-r--r-- 566 bytes

back to top