<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wiki.herc.ws/w/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.herc.ws/w/index.php?action=history&amp;feed=atom&amp;title=Escape_sql</id>
		<title>Escape sql - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.herc.ws/w/index.php?action=history&amp;feed=atom&amp;title=Escape_sql"/>
		<link rel="alternate" type="text/html" href="https://wiki.herc.ws/w/index.php?title=Escape_sql&amp;action=history"/>
		<updated>2026-05-30T19:47:24Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.21.11</generator>

	<entry>
		<id>https://wiki.herc.ws/w/index.php?title=Escape_sql&amp;diff=526&amp;oldid=prev</id>
		<title>Neqste: Created page with &quot;==Syntax== *'''escape_sql'''(&lt;value&gt;);  ==Description== Converts the value to a string and escapes special characters so that it's  safe to use in query_sql(). Returns the esc...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.herc.ws/w/index.php?title=Escape_sql&amp;diff=526&amp;oldid=prev"/>
				<updated>2013-06-24T10:23:47Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;==Syntax== *&amp;#039;&amp;#039;&amp;#039;escape_sql&amp;#039;&amp;#039;&amp;#039;(&amp;lt;value&amp;gt;);  ==Description== Converts the value to a string and escapes special characters so that it&amp;#039;s  safe to use in query_sql(). Returns the esc...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Syntax==&lt;br /&gt;
*'''escape_sql'''(&amp;lt;value&amp;gt;);&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
Converts the value to a string and escapes special characters so that it's &lt;br /&gt;
safe to use in query_sql(). Returns the escaped form of the given value.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
	[[set]] .@str$, &amp;quot;John's Laptop&amp;quot;;&lt;br /&gt;
	[[set]] .@esc_str$, [[escape_sql]](.@name$); // Escaped string: John\'s Laptop&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [[query_sql]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Script Command]]&lt;/div&gt;</summary>
		<author><name>Neqste</name></author>	</entry>

	</feed>