Skip to content
Snippets Groups Projects
Commit 0ef31d08 authored by Martin Nilsson's avatar Martin Nilsson
Browse files

SQLite support

Rev: lib/modules/Sql.pmod/sqlite.pike:1.1
parent aef0f15c
No related branches found
No related tags found
No related merge requests found
#pike __REAL_VERSION__
#if constant(SQLite.SQLite)
inherit SQLite.SQLite;
void create(string a, void|string b, void|mixed c, void|mixed d) {
if(b) a += "/"+b;
::create(a);
}
#else
constant this_program_does_not_exist=1;
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment