A user has reported a bug saying that SQLite does
not allow the '$' in the middle of indentifiers
(without quoting).  The bug reports says that
statements like this:

   CREATE TABLE ex$1( col$abc INTEGER );

are legal and work fine in other database engines.
This seems very odd to me.  Can anybody else
confirm the use of '$' in the middle of identifier
names in other database engines?
--
D. Richard Hipp -- [EMAIL PROTECTED] -- 704.948.4565



Reply via email to