<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Процедура для подготовки текста к sql запросу]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=17282&amp;type=atom" />
	<updated>2022-07-31T11:03:11Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=17282</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Процедура для подготовки текста к sql запросу]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=154105#p154105" />
			<content type="html"><![CDATA[<p>Не-а, нет мыслей. Мне очень редко приходилось работать с sql, и я даже не в курсе, что какие-то символы могут вызывать проблемы.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2022-07-31T11:03:11Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=154105#p154105</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Процедура для подготовки текста к sql запросу]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=154103#p154103" />
			<content type="html"><![CDATA[<p><strong>teadrinker</strong> А если что-нибудь более... контролируемое, скажем так?<br />Хотя бы на период отладки, чтобы я мог в этот sqlite файл заглянуть и по тому что происходит вовне скрипта определить что что то не так?<br />Хотя сама идея хорошая, спасибо.</p>]]></content>
			<author>
				<name><![CDATA[Gh0sTG0]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39523</uri>
			</author>
			<updated>2022-07-31T07:20:49Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=154103#p154103</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Процедура для подготовки текста к sql запросу]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=154101#p154101" />
			<content type="html"><![CDATA[<p>Переводите в base64.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2022-07-30T23:18:30Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=154101#p154101</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Процедура для подготовки текста к sql запросу]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=154098#p154098" />
			<content type="html"><![CDATA[<p>Добрый вечер.<br />Есть некий произвольный набор слов, получаемый извне. В нем могут встречаться различные спецсимволы.<br />Этот текст мне нужно запихнуть в базу данных.<br />Есть ли какое то готовое решение, функция, которая уже содержит в себе всю необходимую обработку фразы для того, чтобы она корректно записалась в sqlite базу данных?<br />К примеру, часть текстов точно будет содержать различный формы &quot;&#039;s&quot;.<br />Понятно, что я могу вручную пихать замену &quot; &#039;s &quot; на &quot; &#039;&#039;s &quot;, но может быть кто то уже предусмотрел все возможные варианты того, что не понравится запросу sql?</p>]]></content>
			<author>
				<name><![CDATA[Gh0sTG0]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39523</uri>
			</author>
			<updated>2022-07-30T22:28:20Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=154098#p154098</id>
		</entry>
</feed>
