Ok, thanks.
A bit more work then to deal with all the indices.

Just one question; as I log nearly all my SQL statements to
a SQLite table, will this be OK with the double quotes added?

RBS


-----Original Message-----
From: Dennis Cote [mailto:[EMAIL PROTECTED] 
Sent: 28 March 2007 16:10
To: sqlite-users@sqlite.org
Subject: Re: [sqlite] Difference in these indices?

RB Smissaert wrote:
> Does this only apply to table and column names?
> I will never use double quote characters in my identifier 
> names, so there should be no problem there.
>
>   
It applies to all the identifiers: table, column, index, trigger, 
database (using attach as id), transactions (if named which they seldom 
are), collation, and view names.

HTH
Dennis Cote

----------------------------------------------------------------------------
-
To unsubscribe, send email to [EMAIL PROTECTED]
----------------------------------------------------------------------------
-




-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to