I have this issue in Rails 3.0.4 as well

Mysql::Error: You have an error in your SQL syntax; check the manual
that corresponds to your MySQL server version for the right syntax to
use near '."version" FROM "schema_migrations"' at line 1: SELECT
"schema_migrations"."version" FROM "schema_migrations"

Anyone?

On Jan 27, 11:28 pm, anywho <eydai...@gmail.com> wrote:
> Why would, in an upgrade from 3.0.1 to 3.0.3, a rake db:migrate run
> this:
>
> SELECT "schema_migrations"."version" FROM "schema_migrations"
>
> vs this ?
>
> SELECT `schema_migrations`.`version` FROM `schema_migrations`
>
> __ rake db:migrate output __
> rake aborted!
> Mysql::Error: You have an error in your SQL syntax; check the manual
> that corresponds to your MySQL server version for the right syntax to
> use near '."version" FROM "schema_migrations"' at line 1: SELECT
> "schema_migrations"."version" FROM "schema_migrations"

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to