Rails 3.2 で activerecord-postgres-hstore gem を使用しています。hstore をセットアップしましたが、データを保存しようとするとエラーが発生します。
ActiveRecord::StatementInvalid in ProductsController#create
PG::Error: ERROR: Syntax error near 'a' at position 4
: INSERT INTO "products" ("created_at", "name", "price", "properties", "updated_at")
VALUES ($1, $2, $3, $4, $5) RETURNING "id"
この場合、hstore データ型として定義された「プロパティ」があります。postgresl 8.4 と 9.1 の両方でこのエラーが発生しました。どんな情報でも大歓迎です。