On Tuesday, September 30, 2008, at 05:15AM, "[EMAIL PROTECTED]" <[EMAIL 
PROTECTED]> wrote:
>I'm interested in using Sequel with sqlite3, but I see that
>"sequel_core/adapters/shared/sqlite.rb" has a  "quoted_identifier"
>method that puts backticks around identifiers.  Does sqlite3 use
>backticks like this?  I didn't think that it did:
>
>  $ sqlite3 my.db <<<'CREATE TABLE `items`;'
>  SQL error: unrecognized token: "`"

I use Sequel with SQLite3, where all the SQL it produces uses backticks, and I 
have never seen this error. I wonder if you may be having some problems with 
shell escaping or something.

--~--~---------~--~----~------------~-------~--~----~
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