<?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 for SQLabs</title>
	<atom:link href="http://www.sqlabs.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sqlabs.com/blog</link>
	<description>The Official SQLabs Blog</description>
	<lastBuildDate>Mon, 13 May 2013 20:13:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on cubeSQL MacOS X Admin 4.5.1 quick fix by marco</title>
		<link>http://www.sqlabs.com/blog/2013/05/cubesql-macos-x-admin-4-5-1-quick-fix/#comment-329</link>
		<dc:creator>marco</dc:creator>
		<pubDate>Mon, 13 May 2013 20:13:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.sqlabs.com/blog/?p=498#comment-329</guid>
		<description><![CDATA[It was just an Admin issue due to REAL Studio thread usage under Cocoa.
Yes, Admin app will be updated with token connection support too.]]></description>
		<content:encoded><![CDATA[<p>It was just an Admin issue due to REAL Studio thread usage under Cocoa.<br />
Yes, Admin app will be updated with token connection support too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on cubeSQL MacOS X Admin 4.5.1 quick fix by Oliver Osswald</title>
		<link>http://www.sqlabs.com/blog/2013/05/cubesql-macos-x-admin-4-5-1-quick-fix/#comment-328</link>
		<dc:creator>Oliver Osswald</dc:creator>
		<pubDate>Mon, 13 May 2013 19:11:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.sqlabs.com/blog/?p=498#comment-328</guid>
		<description><![CDATA[Did it also affect the usage of the &quot;DOWNLOAD DATABASE&quot; command? I&#039;m using this in code, but I did not notice any issues so far. Or was it exclusively an Admin tool issue?

(And referring to your previous post and answer: Can one use the admin tool to connect to a cubeSQLServer where SECRET_TOKEN is set? Any plans for doing this? You already said, that the SQLite Manager will receive this feature.)]]></description>
		<content:encoded><![CDATA[<p>Did it also affect the usage of the &#8220;DOWNLOAD DATABASE&#8221; command? I&#8217;m using this in code, but I did not notice any issues so far. Or was it exclusively an Admin tool issue?</p>
<p>(And referring to your previous post and answer: Can one use the admin tool to connect to a cubeSQLServer where SECRET_TOKEN is set? Any plans for doing this? You already said, that the SQLite Manager will receive this feature.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on cubeSQL 4.5 by Oliver Osswald</title>
		<link>http://www.sqlabs.com/blog/2013/04/cubesql-4-5/#comment-327</link>
		<dc:creator>Oliver Osswald</dc:creator>
		<pubDate>Fri, 10 May 2013 06:36:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.sqlabs.com/blog/?p=493#comment-327</guid>
		<description><![CDATA[I was wrong, the 100% CPU usage is due to a framework bug of the IDE, not because of cubeSQL!  (Currently, when a Xojo TextField has focus, it heats up the CPU to a 100% usage, even when nobody is typing...)]]></description>
		<content:encoded><![CDATA[<p>I was wrong, the 100% CPU usage is due to a framework bug of the IDE, not because of cubeSQL!  (Currently, when a Xojo TextField has focus, it heats up the CPU to a 100% usage, even when nobody is typing&#8230;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on cubeSQL 4.5 by jharris</title>
		<link>http://www.sqlabs.com/blog/2013/04/cubesql-4-5/#comment-326</link>
		<dc:creator>jharris</dc:creator>
		<pubDate>Mon, 06 May 2013 11:32:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.sqlabs.com/blog/?p=493#comment-326</guid>
		<description><![CDATA[Hi Marco,

It sure would be nice to get an example of using JSON &amp; vb.net. Most of the time I use RealBasic to connect to the server, but it would be nice to be able to connect/query with some of my VB apps. 

Regards,
jharris]]></description>
		<content:encoded><![CDATA[<p>Hi Marco,</p>
<p>It sure would be nice to get an example of using JSON &amp; vb.net. Most of the time I use RealBasic to connect to the server, but it would be nice to be able to connect/query with some of my VB apps. </p>
<p>Regards,<br />
jharris</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on cubeSQL 4.5 by marco</title>
		<link>http://www.sqlabs.com/blog/2013/04/cubesql-4-5/#comment-323</link>
		<dc:creator>marco</dc:creator>
		<pubDate>Fri, 03 May 2013 12:49:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.sqlabs.com/blog/?p=493#comment-323</guid>
		<description><![CDATA[- Yes right but then you should send a:
SET PREFERENCE ‘TOKEN_CONNECTIONS_ONLY’ TO ’1′;
to allows only connections with that token set.

- With SQLiteManager you&#039;ll be able to connect from the next version (when token field will be added to the connection pane).

- Server has AUTOMATIC_ROWID_ENABLED set to ON by default, you have now the option to turn it off in order to speed-up queries.

- DATABASE_ADMIN allows you to add admin privileges at database level instead that at server level.

- www folder is currently not used.

- We are not aware of any issue... please send me more details or better, a project that is able to reproduce the issue.]]></description>
		<content:encoded><![CDATA[<p>- Yes right but then you should send a:<br />
SET PREFERENCE ‘TOKEN_CONNECTIONS_ONLY’ TO ’1′;<br />
to allows only connections with that token set.</p>
<p>- With SQLiteManager you&#8217;ll be able to connect from the next version (when token field will be added to the connection pane).</p>
<p>- Server has AUTOMATIC_ROWID_ENABLED set to ON by default, you have now the option to turn it off in order to speed-up queries.</p>
<p>- DATABASE_ADMIN allows you to add admin privileges at database level instead that at server level.</p>
<p>- www folder is currently not used.</p>
<p>- We are not aware of any issue&#8230; please send me more details or better, a project that is able to reproduce the issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on cubeSQL 4.5 by Oliver Osswald</title>
		<link>http://www.sqlabs.com/blog/2013/04/cubesql-4-5/#comment-322</link>
		<dc:creator>Oliver Osswald</dc:creator>
		<pubDate>Fri, 03 May 2013 11:52:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.sqlabs.com/blog/?p=493#comment-322</guid>
		<description><![CDATA[I have difficulties to find more information about properties, features etc:
- when I want to make use of the new preference &#039;SECRET_TOKEN&#039; from Xojo, then I would set the &#039;.token&#039; property, like:
  db = New CubeSQLServer
  db.token = &quot;my_secret_token&quot;

Right?

What about SQLite Manager and cubeSQLAdmin, can I still connect or how would I set the token there?

Next questions:
- What is the preference AUTOMATIC_ROWID_ENABLED doing? Is it to be able to switch it OFF?

- What is the DATABASE_ADMIN privilege for, and how is it different from privileges ADMIN or DATABASES?

- What is the www folder for, inside of the /cubesql folder? 

- And last but not least: When I retrieve a recordset with SQLSelect method from a remote CubeSQLServer, and do not NIL it out immediately, then the CPU goes to and remains at about 100%. I do not see such a thing when using a local connection to a Xojo SQLiteDatabase. Is this a known issue?

Oliver]]></description>
		<content:encoded><![CDATA[<p>I have difficulties to find more information about properties, features etc:<br />
- when I want to make use of the new preference &#8216;SECRET_TOKEN&#8217; from Xojo, then I would set the &#8216;.token&#8217; property, like:<br />
  db = New CubeSQLServer<br />
  db.token = &#8220;my_secret_token&#8221;</p>
<p>Right?</p>
<p>What about SQLite Manager and cubeSQLAdmin, can I still connect or how would I set the token there?</p>
<p>Next questions:<br />
- What is the preference AUTOMATIC_ROWID_ENABLED doing? Is it to be able to switch it OFF?</p>
<p>- What is the DATABASE_ADMIN privilege for, and how is it different from privileges ADMIN or DATABASES?</p>
<p>- What is the www folder for, inside of the /cubesql folder? </p>
<p>- And last but not least: When I retrieve a recordset with SQLSelect method from a remote CubeSQLServer, and do not NIL it out immediately, then the CPU goes to and remains at about 100%. I do not see such a thing when using a local connection to a Xojo SQLiteDatabase. Is this a known issue?</p>
<p>Oliver</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQLiteManager 4.1.0 by Oliver Osswald</title>
		<link>http://www.sqlabs.com/blog/2013/04/sqlitemanager-4-1-0/#comment-318</link>
		<dc:creator>Oliver Osswald</dc:creator>
		<pubDate>Wed, 17 Apr 2013 18:02:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.sqlabs.com/blog/?p=483#comment-318</guid>
		<description><![CDATA[I did not close SQLite Manager 4.1.0 for an hour or so, just minimized it,  on a rMBP with OSX 10.8.3. After a while the fan of the MacBookPro starts spinning like nuts and when checking in the activity monitor, the culprit is SQLite Manager which uses around 100% CPU - apparently doing nothing at all ?!  How come?]]></description>
		<content:encoded><![CDATA[<p>I did not close SQLite Manager 4.1.0 for an hour or so, just minimized it,  on a rMBP with OSX 10.8.3. After a while the fan of the MacBookPro starts spinning like nuts and when checking in the activity monitor, the culprit is SQLite Manager which uses around 100% CPU &#8211; apparently doing nothing at all ?!  How come?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQLiteManager 4.0.7 by marco</title>
		<link>http://www.sqlabs.com/blog/2013/02/sqlitemanager-4-0-7/#comment-301</link>
		<dc:creator>marco</dc:creator>
		<pubDate>Thu, 07 Mar 2013 09:57:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.sqlabs.com/blog/?p=466#comment-301</guid>
		<description><![CDATA[Fixed in version 4.0.8 available from: &lt;a href=&quot;http://www.sqlabs.com/sqlitemanager/&quot; rel=&quot;nofollow&quot;&gt;http://www.sqlabs.com/sqlitemanager/&lt;/a&gt;]]></description>
		<content:encoded><![CDATA[<p>Fixed in version 4.0.8 available from: <a href="http://www.sqlabs.com/sqlitemanager/" rel="nofollow">http://www.sqlabs.com/sqlitemanager/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQLiteManager 4.0.7 by Carlos Perez</title>
		<link>http://www.sqlabs.com/blog/2013/02/sqlitemanager-4-0-7/#comment-299</link>
		<dc:creator>Carlos Perez</dc:creator>
		<pubDate>Fri, 01 Mar 2013 04:22:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.sqlabs.com/blog/?p=466#comment-299</guid>
		<description><![CDATA[We just upgraded to 4.0.7 and now whenever we try to export a table to CSV it hangs up.]]></description>
		<content:encoded><![CDATA[<p>We just upgraded to 4.0.7 and now whenever we try to export a table to CSV it hangs up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQLite and unique rowid &#8230; Something you really need to know. by shade</title>
		<link>http://www.sqlabs.com/blog/2010/12/sqlite-and-unique-rowid-something-you-really-need-to-know/#comment-270</link>
		<dc:creator>shade</dc:creator>
		<pubDate>Thu, 10 Jan 2013 14:45:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.sqlabs.com/blog/?p=51#comment-270</guid>
		<description><![CDATA[I&#039;m new to sqlite, but I did small experiment and instead 

CREATE TABLE test (name TEXT);

i created table:

CREATE TABLE test (name TEXT UNIQUE); 

after adding UNIQUE rowid do not change after doing VACUUM. As you can see I don&#039;t have INTEGER PRIMARY KEY in my schema, but it works. So why does it behave like INTEGER PRIMARY KEY?]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m new to sqlite, but I did small experiment and instead </p>
<p>CREATE TABLE test (name TEXT);</p>
<p>i created table:</p>
<p>CREATE TABLE test (name TEXT UNIQUE); </p>
<p>after adding UNIQUE rowid do not change after doing VACUUM. As you can see I don&#8217;t have INTEGER PRIMARY KEY in my schema, but it works. So why does it behave like INTEGER PRIMARY KEY?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
