Skip to content
Snippets Groups Projects
Commit 4182212d authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Added some comments.

Rev: lib/modules/Sql.pmod/mysql.pike:1.4
parent 9c6fa398
No related branches found
No related tags found
No related merge requests found
/*
* $Id: mysql.pike,v 1.3 1998/03/19 19:55:47 grubba Exp $
* $Id: mysql.pike,v 1.4 1998/03/20 21:58:23 grubba Exp $
*
* Glue for the Mysql-module
*/
//.
//. File: mysql.pike
//. RCSID: $Id: mysql.pike,v 1.4 1998/03/20 21:58:23 grubba 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.
//.
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)
{
return(replace(s,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment