Hmmm... here's what I get

<<
slabou...@slabounty-laptop:~/RamazeTutorial/SimpleHerokuSequel$ heroku
console sequel -m dbMigration -M 1 sqlite://library.sqlite
SyntaxError: compile error
/home/heroku_rack/lib/console.rb:145: syntax error, unexpected tIDENTIFIER,
expecting kDO or '{' or '('
sequel -m dbMigration -M 1 sqlite://library.sqlite
                     ^
/home/heroku_rack/lib/console.rb:145: syntax error, unexpected tINTEGER,
expecting kDO or '{' or '('
sequel -m dbMigration -M 1 sqlite://library.sqlite
                          ^
>>

I've tried with various and sundry forms of escaping and quoting and always
get pretty much the same thing. If it doesn't show up correctly, the carets
are pointing to right after "dbMigration" and right after "1".

Thoughts?


On Wed, Aug 18, 2010 at 7:21 PM, Jeremy Evans <[email protected]>wrote:

> On Aug 18, 6:42 pm, Scott LaBounty <[email protected]> wrote:
> > Thanks Jeremy, I'll give it a shot. Do you mean the database on the
> command
> > line won't work for all databases or just for their postgreSQL?
>
> Their PostgreSQL.  A local SQLite database would work fine, except for
> the fact that it is read-only (so migrations wouldn't make sense).
>
> Jeremy
>
> --
> 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]<sequel-talk%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/sequel-talk?hl=en.
>
>


-- 
Scott
http://steamcode.blogspot.com/

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