pike.git
/
lib
/
modules
/
Sql.pmod
/
mysql.pike
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/lib/modules/Sql.pmod/mysql.pike:1:
/*
-
* $Id: mysql.pike,v 1.
11
2000/09/
26
19
:
00
:08 hubbe Exp $
+
* $Id: mysql.pike,v 1.
12
2000/09/
28
03
:
39
:08 hubbe Exp $
* * Glue for the Mysql-module */ //. //. File: mysql.pike
-
//. RCSID: $Id: mysql.pike,v 1.
11
2000/09/
26
19
:
00
:08 hubbe Exp $
+
//. RCSID: $Id: mysql.pike,v 1.
12
2000/09/
28
03
:
39
:08 hubbe Exp $
//. Author: Henrik Grubbström (grubba@idonex.se) //. //. Synopsis: Implements the glue to the Mysql-module. //. //. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ //. //. Implements the glue needed to access the Mysql-module from the generic //. SQL module. //.
-
#pike __VERSION__
+
#pike __
REAL_
VERSION__
#if constant(Mysql.mysql) inherit Mysql.mysql; //. - quote //. Quote a string so that it can safely be put in a query. //. > s - String to quote. string quote(string s) {