On Jan 10, 2005, at 6:00 PM, D. Richard Hipp wrote:

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?

PostgreSQL allows it, but their documentation specifically mentions that it's not standard SQL to allow it.

--
Randall Randall <[EMAIL PROTECTED]>
Property law should use #'EQ , not #'EQUAL .



Reply via email to