Skip to content

ActiveRecord::StatementInvalid: SQLite3::SQLException: unrecognized token: "{": #17

@tommiller1

Description

@tommiller1

Hi,

Thanks for trying to add support for sqlite3, its much appreciated. I am getting this error when I try to use it though:

ActiveRecord::StatementInvalid: SQLite3::SQLException: unrecognized token: "{": SELECT {:time_zone=>"Pacific Time (US & Canada)"}(*) as count, strftime( "%Y-%m-01 00:00:00 UTC", completed_at ) as date_slice FROM "spree_orders" WHERE "spree_orders"."deleted_at" IS NULL AND ("spree_orders"."completed_at" IS NOT NULL) AND "spree_orders"."payment_state" = ? AND (completed_at >= '2015-11-01 00:00:00.000000') AND ("spree_orders"."completed_at" IS NOT NULL) GROUP BY date_slice ORDER BY date_slice

Regards

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions