postgresql
Railsで以下のようなコード書いてて entries.where('url != ""') MySQLとSQLiteでは動いてたんだけどPostgreSQLに移行したらエラって動かなくなった。 MySQL uses ' or " to quote values (i.e. WHERE name = "John"). This is not the ANSI standard for da…
Railsで以下のようなコード書いてて entries.where('url != ""') MySQLとSQLiteでは動いてたんだけどPostgreSQLに移行したらエラって動かなくなった。 MySQL uses ' or " to quote values (i.e. WHERE name = "John"). This is not the ANSI standard for da…