On Tue, 2008-09-30 07:31, Jeremy Evans wrote:
> If there is another identifier quoting mechanism that is more
> backwards compatible without losing forwards compatibility, I have no
> problem switching.

In fact, no quoting is required for at least the two versions I use:
3.2.0 and 3.4.0.

  $ env - /usr/bin/sqlite3 -version
  3.2.1

  $ env - /usr/bin/sqlite3
  SQLite version 3.2.1
  Enter ".help" for instructions
  sqlite> CREATE TABLE items (blah INTEGER);
  sqlite> .dump
  BEGIN TRANSACTION;
  CREATE TABLE items (blah INTEGER);
  COMMIT;

Ed

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sequel-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to