Posts: 262
Threads: 23
Joined: Dec 2007
Reputation:
0
In PHP there is an function for escaping strings. ex. sqlite_escape_string()
But in pawn there isn't.
So, my question is: are there any custom/build-in functions for escaping strings for sqlite in pawn?
Posts: 202
Threads: 0
Joined: May 2007
Reputation:
0
Maybe you could write your own? Sure it wouldn't be hard.
Posts: 262
Threads: 23
Joined: Dec 2007
Reputation:
0
yeah, single quotes and un-safe binary characters.
But what are un-safe binary characters? I tryd to search but found only what it means and now. What they are.
Posts: 202
Threads: 0
Joined: May 2007
Reputation:
0
At a quick glance I can't actually find any thing on it, sry. Maybe there is some documentation for sqlite which will explain it all but I'm not sure.
Posts: 262
Threads: 23
Joined: Dec 2007
Reputation:
0
hmmm, the best i can do is Escape quotes, but if there is any other function please post it here.