<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: SQLite and native UNICODE LIKE support in C/C++</title>
	<atom:link href="http://ioannis.mpsounds.net/blog/2007/12/19/sqlite-native-unicode-like-support/feed/" rel="self" type="application/rss+xml" />
	<link>http://ioannis.mpsounds.net/blog/2007/12/19/sqlite-native-unicode-like-support/</link>
	<description></description>
	<lastBuildDate>Wed, 10 Mar 2010 11:48:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Occalaron</title>
		<link>http://ioannis.mpsounds.net/blog/2007/12/19/sqlite-native-unicode-like-support/comment-page-1/#comment-633</link>
		<dc:creator>Occalaron</dc:creator>
		<pubDate>Sat, 11 Jul 2009 01:02:33 +0000</pubDate>
		<guid isPermaLink="false">http://ioannis.mpsounds.net/blog/2007/12/19/sqlite3-and-native-unicode-support-in-cc/#comment-633</guid>
		<description>Slightly embarrassed and with a quick smile to the bus driver, she reached behind her to unzi her skirt a little, thinking tha this would give her enough slack to raise hre leg.</description>
		<content:encoded><![CDATA[<p>Slightly embarrassed and with a quick smile to the bus driver, she reached behind her to unzi her skirt a little, thinking tha this would give her enough slack to raise hre leg.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: niskadvassy</title>
		<link>http://ioannis.mpsounds.net/blog/2007/12/19/sqlite-native-unicode-like-support/comment-page-1/#comment-632</link>
		<dc:creator>niskadvassy</dc:creator>
		<pubDate>Thu, 18 Jun 2009 00:54:53 +0000</pubDate>
		<guid isPermaLink="false">http://ioannis.mpsounds.net/blog/2007/12/19/sqlite3-and-native-unicode-support-in-cc/#comment-632</guid>
		<description>Петербуржская Школа Правильного Питания (7 минут от метро &quot;Чернышевская&quot;) приглашает всех желающих избавиться от лишнего веса на бесплатные вечерние (18:45) ознакомительные занятия 15, 16, 18, 19 и 22 июня 2009г. 
Более подробная информация и запись на сайте - http://hudeem-vmeste.com</description>
		<content:encoded><![CDATA[<p>Петербуржская Школа Правильного Питания (7 минут от метро &#8220;Чернышевская&#8221;) приглашает всех желающих избавиться от лишнего веса на бесплатные вечерние (18:45) ознакомительные занятия 15, 16, 18, 19 и 22 июня 2009г.<br />
Более подробная информация и запись на сайте &#8211; <a href="http://hudeem-vmeste.com" rel="nofollow">http://hudeem-vmeste.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jean-Christophe Deschamps</title>
		<link>http://ioannis.mpsounds.net/blog/2007/12/19/sqlite-native-unicode-like-support/comment-page-1/#comment-630</link>
		<dc:creator>Jean-Christophe Deschamps</dc:creator>
		<pubDate>Sat, 13 Jun 2009 14:29:48 +0000</pubDate>
		<guid isPermaLink="false">http://ioannis.mpsounds.net/blog/2007/12/19/sqlite3-and-native-unicode-support-in-cc/#comment-630</guid>
		<description>Hi,

I&#039;m trying to build a standalone .dll from&lt;code&gt;&lt;strong&gt; sqlite_unicode.* &lt;/strong&gt;&lt;/code&gt;&lt;a href=&quot;?dl=sqlite3_unicode.zip&quot; title=&quot;(1856 downloads)&quot; rel=&quot;nofollow&quot;&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/a&gt;(I mean a dll file separate from the std sqlite3.dll) but I&#039;m running into some problems.

For instance, sqlite_unicode.c line 1861 contains integral constants greater than 0xffff but are declared as unsigned short. I wonder how I should cope with that.

Also it seems I need to use many preprocessor defines to build this baby. Which one should I define or is there a makefile available? I&#039;m using Watcom C but it should be relatively easy to adapt one running makefile.

Last question: I really need to use this extension from both a scripting environment (I use AutoIt and there&#039;s no problem here, I can load any dll and call whatever function I need to register it inside the std sqlite dll).
But I also need to have it working as well in a third-party database manager (I use SQLite Expert Pro). From this tool I can issue a Select sqlite3_load_extension(...) because the call is already enabled at startup, but I&#039;d like this to internally link via sqlite_auto_extension(). Is it possible to use the &quot;Windows hack&quot; from the source code to do precisely that?  The aim is to have the extension loaded, registered and initialized for any DB connection in the same session automagically.

Warm thanks in advance for any help.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m trying to build a standalone .dll from<code><strong> sqlite_unicode.* </strong></code><a href="?dl=sqlite3_unicode.zip" title="(1856 downloads) (4523 downloads)" rel="nofollow"><strong></strong></a>(I mean a dll file separate from the std sqlite3.dll) but I&#8217;m running into some problems.</p>
<p>For instance, sqlite_unicode.c line 1861 contains integral constants greater than 0xffff but are declared as unsigned short. I wonder how I should cope with that.</p>
<p>Also it seems I need to use many preprocessor defines to build this baby. Which one should I define or is there a makefile available? I&#8217;m using Watcom C but it should be relatively easy to adapt one running makefile.</p>
<p>Last question: I really need to use this extension from both a scripting environment (I use AutoIt and there&#8217;s no problem here, I can load any dll and call whatever function I need to register it inside the std sqlite dll).<br />
But I also need to have it working as well in a third-party database manager (I use SQLite Expert Pro). From this tool I can issue a Select sqlite3_load_extension(&#8230;) because the call is already enabled at startup, but I&#8217;d like this to internally link via sqlite_auto_extension(). Is it possible to use the &#8220;Windows hack&#8221; from the source code to do precisely that?  The aim is to have the extension loaded, registered and initialized for any DB connection in the same session automagically.</p>
<p>Warm thanks in advance for any help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vince Delmonte</title>
		<link>http://ioannis.mpsounds.net/blog/2007/12/19/sqlite-native-unicode-like-support/comment-page-1/#comment-621</link>
		<dc:creator>Vince Delmonte</dc:creator>
		<pubDate>Tue, 14 Apr 2009 20:59:03 +0000</pubDate>
		<guid isPermaLink="false">http://ioannis.mpsounds.net/blog/2007/12/19/sqlite3-and-native-unicode-support-in-cc/#comment-621</guid>
		<description>Not that I&#039;m impressed a lot, but this is a lot more than I expected   when I found a link on Delicious telling that the info   is awesome. Thanks.</description>
		<content:encoded><![CDATA[<p>Not that I&#8217;m impressed a lot, but this is a lot more than I expected   when I found a link on Delicious telling that the info   is awesome. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: XRumerMonstroZ</title>
		<link>http://ioannis.mpsounds.net/blog/2007/12/19/sqlite-native-unicode-like-support/comment-page-1/#comment-612</link>
		<dc:creator>XRumerMonstroZ</dc:creator>
		<pubDate>Thu, 12 Mar 2009 22:41:47 +0000</pubDate>
		<guid isPermaLink="false">http://ioannis.mpsounds.net/blog/2007/12/19/sqlite3-and-native-unicode-support-in-cc/#comment-612</guid>
		<description>Hi!
Gimme any url to downloading  XRumer 5 FREE!
Thank you...
Very-very much.
I&#039;m so need this program for advertise my online projects!!! This software is the best thing for online promo and mass posting, you know... 

And, dont send me XRumer 2.9 and XRumer 3.0 - that versions are too old!

P.S. Google cant help me((((</description>
		<content:encoded><![CDATA[<p>Hi!<br />
Gimme any url to downloading  XRumer 5 FREE!<br />
Thank you&#8230;<br />
Very-very much.<br />
I&#8217;m so need this program for advertise my online projects!!! This software is the best thing for online promo and mass posting, you know&#8230; </p>
<p>And, dont send me XRumer 2.9 and XRumer 3.0 &#8211; that versions are too old!</p>
<p>P.S. Google cant help me((((</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pascal</title>
		<link>http://ioannis.mpsounds.net/blog/2007/12/19/sqlite-native-unicode-like-support/comment-page-1/#comment-597</link>
		<dc:creator>Pascal</dc:creator>
		<pubDate>Tue, 09 Dec 2008 14:18:30 +0000</pubDate>
		<guid isPermaLink="false">http://ioannis.mpsounds.net/blog/2007/12/19/sqlite3-and-native-unicode-support-in-cc/#comment-597</guid>
		<description>&lt;blockquote&gt;&lt;a href=&quot;#comment-572&quot; title=&quot;View the original comment&quot; rel=&quot;nofollow&quot;&gt;ioannis said on August 6, 2008 at 6:51 pm&lt;/a&gt;
(I personally prefer to build SQLite in a separate project that produces a library file which is statically linked by my executable project)
&lt;/blockquote&gt;


I am far from an experienced C dev and therefore have some difficulties achieving this - could you give me a hint on how to build a new library of SQLite that I later can include in my projects? Just some general remarks, I&#039;m not even sure if I can use configure/make for this or have to use gcc by hand.


Would be greatly appreciated!</description>
		<content:encoded><![CDATA[<blockquote><p><a href="#comment-572" title="View the original comment" rel="nofollow">ioannis said on August 6, 2008 at 6:51 pm</a><br />
(I personally prefer to build SQLite in a separate project that produces a library file which is statically linked by my executable project)
</p></blockquote>
<p>I am far from an experienced C dev and therefore have some difficulties achieving this &#8211; could you give me a hint on how to build a new library of SQLite that I later can include in my projects? Just some general remarks, I&#8217;m not even sure if I can use configure/make for this or have to use gcc by hand.</p>
<p>Would be greatly appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ioannis</title>
		<link>http://ioannis.mpsounds.net/blog/2007/12/19/sqlite-native-unicode-like-support/comment-page-1/#comment-572</link>
		<dc:creator>ioannis</dc:creator>
		<pubDate>Wed, 06 Aug 2008 15:51:31 +0000</pubDate>
		<guid isPermaLink="false">http://ioannis.mpsounds.net/blog/2007/12/19/sqlite3-and-native-unicode-support-in-cc/#comment-572</guid>
		<description>Just add the file in your project and compile the project with the processor definitions below&lt;strong&gt;
SQLITE_CORE&lt;/strong&gt; and &lt;strong&gt;SQLITE_ENABLE_ICU&lt;/strong&gt;

That should be enough.

(I personally prefer to build SQLite in a separate project that produces a library file which is statically linked by my executable project)</description>
		<content:encoded><![CDATA[<p>Just add the file in your project and compile the project with the processor definitions below<strong><br />
SQLITE_CORE</strong> and <strong>SQLITE_ENABLE_ICU</strong></p>
<p>That should be enough.</p>
<p>(I personally prefer to build SQLite in a separate project that produces a library file which is statically linked by my executable project)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HEx</title>
		<link>http://ioannis.mpsounds.net/blog/2007/12/19/sqlite-native-unicode-like-support/comment-page-1/#comment-571</link>
		<dc:creator>HEx</dc:creator>
		<pubDate>Mon, 04 Aug 2008 13:45:04 +0000</pubDate>
		<guid isPermaLink="false">http://ioannis.mpsounds.net/blog/2007/12/19/sqlite3-and-native-unicode-support-in-cc/#comment-571</guid>
		<description>How to use it ? :( I have AMALGAMATION version</description>
		<content:encoded><![CDATA[<p>How to use it ? <img src="http://ioannis.mpsounds.net/blog/wp-includes/images/smilies/icon_sad.gif" alt="(" class="wp-smiley" />  I have AMALGAMATION version</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ioannis</title>
		<link>http://ioannis.mpsounds.net/blog/2007/12/19/sqlite-native-unicode-like-support/comment-page-1/#comment-532</link>
		<dc:creator>ioannis</dc:creator>
		<pubDate>Sat, 19 Apr 2008 00:18:17 +0000</pubDate>
		<guid isPermaLink="false">http://ioannis.mpsounds.net/blog/2007/12/19/sqlite3-and-native-unicode-support-in-cc/#comment-532</guid>
		<description>&lt;blockquote&gt;&lt;a href=&quot;#comment-531&quot; title=&quot;View the original comment&quot; rel=&quot;nofollow&quot;&gt;Liker said on &lt;small&gt;April 14th, 2008 at 11:58 pm&lt;/small&gt;&lt;/a&gt;

&lt;p&gt;Do LIKE and GLOB support indexed search optimization for Unicode as well?&lt;/p&gt;&lt;/blockquote&gt;

Yes indexed search optimizations should work for Unicode as well as long as you don&#039;t mask your column names with any functions (eg. unaccent(&lt;i&gt;column_name&lt;/i&gt;) which overrides the optimization by default)</description>
		<content:encoded><![CDATA[<blockquote><p><a href="#comment-531" title="View the original comment" rel="nofollow">Liker said on <small>April 14th, 2008 at 11:58 pm</small></a></p>
<p>Do LIKE and GLOB support indexed search optimization for Unicode as well?</p>
</blockquote>
<p>Yes indexed search optimizations should work for Unicode as well as long as you don&#8217;t mask your column names with any functions (eg. unaccent(<i>column_name</i>) which overrides the optimization by default)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Liker</title>
		<link>http://ioannis.mpsounds.net/blog/2007/12/19/sqlite-native-unicode-like-support/comment-page-1/#comment-531</link>
		<dc:creator>Liker</dc:creator>
		<pubDate>Mon, 14 Apr 2008 20:58:15 +0000</pubDate>
		<guid isPermaLink="false">http://ioannis.mpsounds.net/blog/2007/12/19/sqlite3-and-native-unicode-support-in-cc/#comment-531</guid>
		<description>Do LIKE and GLOB support indexed search optimization for Unicode as well?</description>
		<content:encoded><![CDATA[<p>Do LIKE and GLOB support indexed search optimization for Unicode as well?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
