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