I've created a simple wrapper function for mysql access, which is
working fine, but it's breakable in some irritating ways.

Most importantly, consider a page with title "rawson's pet rabbit"

<(mysql BOLTmysqluser 'INSERT INTO list (name) values ("{+:title}")')>

this inputs a "'" character into the line, and the line sent to my
function as $args[1] becomes

INSERT INTO list (name) values ("Rawson




How can I fix this? I need logic in my command, so I have to use '<('
or the [if*] commands wont get parsed before the command, otherwise I
believe I can use '[(' to circumvent the problem, I'm not sure.

Also, are there still people interested in a mysql plugin?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to