You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: