summaryrefslogtreecommitdiffstatsabout
path: root/mod_log_sql.prj
diff options
context:
space:
mode:
authorEdward Rudd <urkle@outoforder.cc>2004-06-03 04:32:08 (GMT)
committer Edward Rudd <urkle@outoforder.cc>2004-06-03 04:32:08 (GMT)
commit21122f1bb734aa00fc14564d801ea9dc4804c793 (patch)
tree3d4920b9a47a3528de8c4ac80c402853e9d14719 /mod_log_sql.prj
parentf73dc64cd6dba290a7e062520a421de2b02f82a4 (diff)
moved quoting of fields to DB driver
fixed segfault in the mysql escape string function DBi driver working with postgresql.
Diffstat (limited to 'mod_log_sql.prj')
-rw-r--r--mod_log_sql.prj15
1 files changed, 14 insertions, 1 deletions
diff --git a/mod_log_sql.prj b/mod_log_sql.prj
index bb04bb2..df61439 100644
--- a/mod_log_sql.prj
+++ b/mod_log_sql.prj
@@ -49,6 +49,18 @@ project.menu.need.terminal=0
49 49
50project.configure.options= 50project.configure.options=
51anjuta.program.arguments= 51anjuta.program.arguments=
52preferences.indent.automatic=1
53preferences.use.tabs=0
54preferences.indent.opening=0
55preferences.indent.closing=0
56preferences.tabsize=4
57preferences.indent.size=4
58preferences.autoformat.style=Style of Kangleipak
59preferences.autoformat.custom.style= -i8 -sc -bli0 -bl0 -cbi0 -ss
60preferences.autoformat.disable=0
61preferences.debugger.command=gdb
62preferences.ui.designer=glade '$(project.name).glade'
63preferences.help.browser=devhelp -s '$(current.file.selection)'
52 64
53module.include.name=. 65module.include.name=.
54module.include.type= 66module.include.type=
@@ -70,7 +82,8 @@ module.source.files=\
70 mod_log_sql_ssl.c\ 82 mod_log_sql_ssl.c\
71 mod_log_sql_mysql.c\ 83 mod_log_sql_mysql.c\
72 contrib/make_combined_log.pl\ 84 contrib/make_combined_log.pl\
73 mod_log_sql_pgsql.c 85 mod_log_sql_pgsql.c\
86 mod_log_sql_dbi.c
74 87
75module.pixmap.name=. 88module.pixmap.name=.
76module.pixmap.type= 89module.pixmap.type=